#F09CB2

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

Shades of Illusion #F09CB2

Tints of Illusion #F09CB2

Color information

#F09CB2 (or 0xF09CB2) is unknown color: approx Illusion. HEX triplet: F0, 9C and B2. RGB value is (240,156,178). Sum of RGB (Red+Green+Blue) = 240+156+178=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CB2 is #0F634D. Grayscale: #B7B7B7. Windows color (decimal): -1008462 or 11705584. OLE color: 11705584.

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

Color convert

RGB240156178-
CMYK00.350.260.06
HSL344.29º73.68%77.65%-
HSV(B)344.29º35%94.12%-
XYZ55.8645.5247.96-
YUV183.62124.83168.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=41.81%
G=27.18%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015617800.350.260.06344.2973.6877.65
HexF09CB20231A61584a4e
Octal360234262043326530112116
Binary11110000100111001011001001000111101011010101100010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CB2; }

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

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

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

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

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

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

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

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