#F09BAA

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

Shades of Illusion #F09BAA

Tints of Illusion #F09BAA

Color information

#F09BAA (or 0xF09BAA) is unknown color: approx Illusion. HEX triplet: F0, 9B and AA. RGB value is (240,155,170). Sum of RGB (Red+Green+Blue) = 240+155+170=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09BAA is #0F6455. Grayscale: #B6B6B6. Windows color (decimal): -1008726 or 11181040. OLE color: 11181040.

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

Color convert

RGB240155170-
CMYK00.350.290.06
HSL349.41º73.91%77.45%-
HSV(B)349.41º35.42%94.12%-
XYZ54.9144.8743.8-
YUV182.12121.16169.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=42.48%
G=27.43%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015517000.350.290.06349.4173.9177.45
HexF09BAA0231D615d4a4d
Octal360233252043356535112115
Binary11110000100110111010101001000111110111010101110110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BAA; }

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

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

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

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

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

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

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

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