#F096AC

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

Shades of Illusion #F096AC

Tints of Illusion #F096AC

Color information

#F096AC (or 0xF096AC) is unknown color: approx Illusion. HEX triplet: F0, 96 and AC. RGB value is (240,150,172). Sum of RGB (Red+Green+Blue) = 240+150+172=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F096AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096AC is #0F6953. Grayscale: #B3B3B3. Windows color (decimal): -1010004 or 11310832. OLE color: 11310832.

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

Color convert

RGB240150172-
CMYK00.370.280.06
HSL345.33º75%76.47%-
HSV(B)345.33º37.5%94.12%-
XYZ54.2943.3244.53-
YUV179.42123.82171.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=42.70%
G=26.69%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015017200.370.280.06345.337576.47
HexF096AC0251C61594b4c
Octal360226254045346531113114
Binary11110000100101101010110001001011110011010101100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096AC; }

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

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

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

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

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

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

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

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