#F09CAA

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

Shades of Illusion #F09CAA

Tints of Illusion #F09CAA

Color information

#F09CAA (or 0xF09CAA) is unknown color: approx Illusion. HEX triplet: F0, 9C and AA. RGB value is (240,156,170). Sum of RGB (Red+Green+Blue) = 240+156+170=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CAA is #0F6355. Grayscale: #B6B6B6. Windows color (decimal): -1008470 or 11181296. OLE color: 11181296.

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

Color convert

RGB240156170-
CMYK00.350.290.06
HSL350º73.68%77.65%-
HSV(B)350º35%94.12%-
XYZ55.0845.243.85-
YUV182.71120.83168.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=42.40%
G=27.56%
B=30.04%

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
Decimal24015617000.350.290.0635073.6877.65
HexF09CAA0231D615e4a4e
Octal360234252043356536112116
Binary11110000100111001010101001000111110111010101111010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CAA; }

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

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

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

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

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

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

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

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