#F09BAE

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

Shades of Illusion #F09BAE

Tints of Illusion #F09BAE

Color information

#F09BAE (or 0xF09BAE) is unknown color: approx Illusion. HEX triplet: F0, 9B and AE. RGB value is (240,155,174). Sum of RGB (Red+Green+Blue) = 240+155+174=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09BAE is #0F6451. Grayscale: #B6B6B6. Windows color (decimal): -1008722 or 11443184. OLE color: 11443184.

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

Color convert

RGB240155174-
CMYK00.350.280.06
HSL346.59º73.91%77.45%-
HSV(B)346.59º35.42%94.12%-
XYZ55.345.0245.82-
YUV182.58123.16168.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=42.18%
G=27.24%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015517400.350.280.06346.5973.9177.45
HexF09BAE0231C615b4a4d
Octal360233256043346533112115
Binary11110000100110111010111001000111110011010101101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BAE; }

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

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

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

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

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

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

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

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