#F08FAE

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

Shades of Illusion #F08FAE

Tints of Illusion #F08FAE

Color information

#F08FAE (or 0xF08FAE) is unknown color: approx Illusion. HEX triplet: F0, 8F and AE. RGB value is (240,143,174). Sum of RGB (Red+Green+Blue) = 240+143+174=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FAE is #0F7051. Grayscale: #AFAFAF. Windows color (decimal): -1011794 or 11440112. OLE color: 11440112.

HSL color Cylindrical-coordinate representation of color #F08FAE: hue angle of 340.82º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FAE is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240143174-
CMYK00.400.280.06
HSL340.82º76.38%75.1%-
HSV(B)340.82º40.42%94.12%-
XYZ53.441.2345.19-
YUV175.54127.14173.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=43.09%
G=25.67%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014317400.400.280.06340.8276.3875.1
HexF08FAE0281C61554c4b
Octal360217256050346525114113
Binary11110000100011111010111001010001110011010101010110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FAE; }

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

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

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

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

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

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

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

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