#F09C96

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

Shades of Sweet Pink #F09C96

Tints of Sweet Pink #F09C96

Color information

#F09C96 (or 0xF09C96) is unknown color: approx Sweet Pink. HEX triplet: F0, 9C and 96. RGB value is (240,156,150). Sum of RGB (Red+Green+Blue) = 240+156+150=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C96 is #0F6369. Grayscale: #B4B4B4. Windows color (decimal): -1008490 or 9870576. OLE color: 9870576.

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

Color convert

RGB240156150-
CMYK00.350.370.06
HSL75%76.47%-
HSV(B)37.5%94.12%-
XYZ53.3344.534.63-
YUV180.43110.83170.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=43.96%
G=28.57%
B=27.47%

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
Decimal24015615000.350.370.0647576.47
HexF09C9602325644b4c
Octal3602342260434564113114
Binary111100001001110010010110010001110010111010010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09C96; }

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

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

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

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

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

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

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

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