#F99595

Color #F99595 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F99595

Tints of Sweet Pink #F99595

Color information

#F99595 (or 0xF99595) is unknown color: approx Sweet Pink. HEX triplet: F9, 95 and 95. RGB value is (249,149,149). Sum of RGB (Red+Green+Blue) = 249+149+149=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F99595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99595 is #066A6A. Grayscale: #B3B3B3. Windows color (decimal): -420459 or 9803257. OLE color: 9803257.

HSL color Cylindrical-coordinate representation of color #F99595: hue angle of 0º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F99595 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249149149-
CMYK00.400.400.02
HSL89.29%78.04%-
HSV(B)40.16%97.65%-
XYZ55.2443.833.98-
YUV178.9111.13178-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=45.52%
G=27.24%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914914900.400.400.02089.2978.04
HexF995950282820594e
Octal3712252250505020131116
Binary111110011001010110010101010100010100010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99595; }

 p { color: rgb(249,149,149); }

 H1.HeaderClassName
 {
   color: #F99595;
 }
 .AnyTagClassName
 {
   color: #F99595;
 }
</style>
background-color css

<style>
 a { background-color: #F99595; }

 a { background-color: rgb(249,149,149); }

 div.DivClassName
 {
   background-color: #F99595;
 }
 .BgClassName
 {
   background-color: #F99595;
 }
</style>
border-color css

<style>
 span { border-color: #F99595; }

 span { border-color: rgb(249,149,149); }

 td.TdClassName
 {
   border-color: #F99595;
 }
 .TagClassName
 {
   border-color: #F99595;
 }
</style>