Shades of Illusion #F296AB
Tints of Illusion #F296AB
RGB
CMYK
RGB Variations
Color information
#F296AB (or 0xF296AB) is known color: Illusion. HEX triplet: F2, 96 and AB. RGB value is (242,150,171). Sum of RGB (Red+Green+Blue) = 242+150+171=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F296AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296AB is #0D6954. Grayscale: #B3B3B3. Windows color (decimal): -878933 or 11245298. OLE color: 11245298.
HSL color Cylindrical-coordinate representation of color #F296AB: hue angle of 346.3º 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 #F296AB is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 171 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.05 |
| HSL | 346.3º | 0.78% | 0.77% | - |
| HSV(B) | 346.3º | 0.38% | 0.95% | - |
| XYZ | 54.87 | 43.63 | 44.06 | - |
| YUV | 179.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 171 | 0 | 0.38 | 0.29 | 0.05 | 346.3 | 0.78 | 0.77 |
| Hex | F2 | 96 | AB | 0 | 26 | 1D | 5 | 15A | 4E | 4D |
| Octal | 362 | 226 | 253 | 0 | 46 | 35 | 5 | 532 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10101011 | 0 | 100110 | 11101 | 101 | 101011010 | 1001110 | 1001101 |
Color Harmonies of #F296AB
Complementary color
Monochromatic Colors of #F296AB
Black with #F296AB
Text Example
Text Example
White with #F296AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296AB; }
p { color: rgb(242,150,171); }
H1.HeaderClassName
{
color: #F296AB;
}
.AnyTagClassName
{
color: #F296AB;
}
</style>
background-color css
<style>
a { background-color: #F296AB; }
a { background-color: rgb(242,150,171); }
div.DivClassName
{
background-color: #F296AB;
}
.BgClassName
{
background-color: #F296AB;
}
</style>
border-color css
<style>
span { border-color: #F296AB; }
span { border-color: rgb(242,150,171); }
td.TdClassName
{
border-color: #F296AB;
}
.TagClassName
{
border-color: #F296AB;
}
</style>