#F09996

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

Shades of Sweet Pink #F09996

Tints of Sweet Pink #F09996

Color information

#F09996 (or 0xF09996) is unknown color: approx Sweet Pink. HEX triplet: F0, 99 and 96. RGB value is (240,153,150). Sum of RGB (Red+Green+Blue) = 240+153+150=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F09996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09996 is #0F6669. Grayscale: #B2B2B2. Windows color (decimal): -1009258 or 9869808. OLE color: 9869808.

HSL color Cylindrical-coordinate representation of color #F09996: hue angle of 2º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F09996 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240153150-
CMYK00.360.370.06
HSL75%76.47%-
HSV(B)37.5%94.12%-
XYZ52.8343.5134.47-
YUV178.67111.82171.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=44.20%
G=28.18%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015315000.360.370.0627576.47
HexF0999602425624b4c
Octal3602312260444562113114
Binary11110000100110011001011001001001001011101010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09996; }

 p { color: rgb(240,153,150); }

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

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

 a { background-color: rgb(240,153,150); }

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

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

 span { border-color: rgb(240,153,150); }

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