#F09D96

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

Shades of Sweet Pink #F09D96

Tints of Sweet Pink #F09D96

Color information

#F09D96 (or 0xF09D96) is unknown color: approx Sweet Pink. HEX triplet: F0, 9D and 96. RGB value is (240,157,150). Sum of RGB (Red+Green+Blue) = 240+157+150=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09D96 is #0F6269. Grayscale: #B5B5B5. Windows color (decimal): -1008234 or 9870832. OLE color: 9870832.

HSL color Cylindrical-coordinate representation of color #F09D96: hue angle of 4.67º 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 #F09D96 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240157150-
CMYK00.350.370.06
HSL4.67º75%76.47%-
HSV(B)4.67º37.5%94.12%-
XYZ53.544.8434.69-
YUV181.02110.5170.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=43.88%
G=28.70%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015715000.350.370.064.677576.47
HexF09D9602325654b4c
Octal3602352260434565113114
Binary111100001001110110010110010001110010111010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09D96; }

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

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

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

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

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

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

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

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