#F09CB8

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

Shades of Illusion #F09CB8

Tints of Illusion #F09CB8

Color information

#F09CB8 (or 0xF09CB8) is unknown color: approx Illusion. HEX triplet: F0, 9C and B8. RGB value is (240,156,184). Sum of RGB (Red+Green+Blue) = 240+156+184=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CB8 is #0F6347. Grayscale: #B8B8B8. Windows color (decimal): -1008456 or 12098800. OLE color: 12098800.

HSL color Cylindrical-coordinate representation of color #F09CB8: hue angle of 340º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CB8 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB240156184-
CMYK00.350.230.06
HSL340º73.68%77.65%-
HSV(B)340º35%94.12%-
XYZ56.4845.7651.2-
YUV184.31127.83167.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=41.38%
G=26.90%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015618400.350.230.0634073.6877.65
HexF09CB80231761544a4e
Octal360234270043276524112116
Binary11110000100111001011100001000111011111010101010010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CB8; }

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

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

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

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

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

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

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

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