#F09CB4

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

Shades of Illusion #F09CB4

Tints of Illusion #F09CB4

Color information

#F09CB4 (or 0xF09CB4) is unknown color: approx Illusion. HEX triplet: F0, 9C and B4. RGB value is (240,156,180). Sum of RGB (Red+Green+Blue) = 240+156+180=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CB4 is #0F634B. Grayscale: #B7B7B7. Windows color (decimal): -1008460 or 11836656. OLE color: 11836656.

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

Color convert

RGB240156180-
CMYK00.350.250.06
HSL342.86º73.68%77.65%-
HSV(B)342.86º35%94.12%-
XYZ56.0645.649.03-
YUV183.85125.83168.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 156 (61.33% from 255) = 27.08%
BLUE value IS 180 (70.70% from 255) = 31.25%
R=41.67%
G=27.08%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015618000.350.250.06342.8673.6877.65
HexF09CB40231961574a4e
Octal360234264043316527112116
Binary11110000100111001011010001000111100111010101011110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CB4; }

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

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

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

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

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

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

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

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