#F296AE

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

Shades of Illusion #F296AE

Tints of Illusion #F296AE

Color information

#F296AE (or 0xF296AE) is unknown color: approx Illusion. HEX triplet: F2, 96 and AE. RGB value is (242,150,174). Sum of RGB (Red+Green+Blue) = 242+150+174=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F296AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296AE is #0D6951. Grayscale: #B4B4B4. Windows color (decimal): -878930 or 11441906. OLE color: 11441906.

HSL color Cylindrical-coordinate representation of color #F296AE: hue angle of 344.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296AE is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242150174-
CMYK00.380.280.05
HSL344.35º77.97%76.86%-
HSV(B)344.35º38.02%94.9%-
XYZ55.1643.7545.58-
YUV180.24124.48172.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=42.76%
G=26.50%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215017400.380.280.05344.3577.9776.86
HexF296AE0261C51584e4d
Octal362226256046345530116115
Binary11110010100101101010111001001101110010110101100010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296AE; }

 p { color: rgb(242,150,174); }

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

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

 a { background-color: rgb(242,150,174); }

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

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

 span { border-color: rgb(242,150,174); }

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