#F09FAC

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

Shades of Illusion #F09FAC

Tints of Illusion #F09FAC

Color information

#F09FAC (or 0xF09FAC) is unknown color: approx Illusion. HEX triplet: F0, 9F and AC. RGB value is (240,159,172). Sum of RGB (Red+Green+Blue) = 240+159+172=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09FAC is #0F6053. Grayscale: #B8B8B8. Windows color (decimal): -1007700 or 11313136. OLE color: 11313136.

HSL color Cylindrical-coordinate representation of color #F09FAC: hue angle of 350.37º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FAC is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240159172-
CMYK00.340.280.06
HSL350.37º72.97%78.24%-
HSV(B)350.37º33.75%94.12%-
XYZ55.7846.345.03-
YUV184.7120.84167.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=42.03%
G=27.85%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015917200.340.280.06350.3772.9778.24
HexF09FAC0221C615e494e
Octal360237254042346536111116
Binary11110000100111111010110001000101110011010101111010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FAC; }

 p { color: rgb(240,159,172); }

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

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

 a { background-color: rgb(240,159,172); }

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

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

 span { border-color: rgb(240,159,172); }

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