#F09CB0

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

Shades of Illusion #F09CB0

Tints of Illusion #F09CB0

Color information

#F09CB0 (or 0xF09CB0) is unknown color: approx Illusion. HEX triplet: F0, 9C and B0. RGB value is (240,156,176). Sum of RGB (Red+Green+Blue) = 240+156+176=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CB0 is #0F634F. Grayscale: #B7B7B7. Windows color (decimal): -1008464 or 11574512. OLE color: 11574512.

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

Color convert

RGB240156176-
CMYK00.350.270.06
HSL345.71º73.68%77.65%-
HSV(B)345.71º35%94.12%-
XYZ55.6645.4446.91-
YUV183.4123.83168.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 176 (69.14% from 255) = 30.77%
R=41.96%
G=27.27%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015617600.350.270.06345.7173.6877.65
HexF09CB00231B615a4a4e
Octal360234260043336532112116
Binary11110000100111001011000001000111101111010101101010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CB0; }

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

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

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

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

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

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

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

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