#F09BB2

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

Shades of Illusion #F09BB2

Tints of Illusion #F09BB2

Color information

#F09BB2 (or 0xF09BB2) is unknown color: approx Illusion. HEX triplet: F0, 9B and B2. RGB value is (240,155,178). Sum of RGB (Red+Green+Blue) = 240+155+178=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09BB2 is #0F644D. Grayscale: #B7B7B7. Windows color (decimal): -1008718 or 11705328. OLE color: 11705328.

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

Color convert

RGB240155178-
CMYK00.350.260.06
HSL343.76º73.91%77.45%-
HSV(B)343.76º35.42%94.12%-
XYZ55.6945.1847.91-
YUV183.04125.16168.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=41.88%
G=27.05%
B=31.06%

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
Decimal24015517800.350.260.06343.7673.9177.45
HexF09BB20231A61584a4d
Octal360233262043326530112115
Binary11110000100110111011001001000111101011010101100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BB2; }

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

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

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

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

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

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

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

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