Shades of Illusion #F296AC
Tints of Illusion #F296AC
RGB
CMYK
RGB Variations
Color information
#F296AC (or 0xF296AC) is known color: Illusion. HEX triplet: F2, 96 and AC. RGB value is (242,150,172). Sum of RGB (Red+Green+Blue) = 242+150+172=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F296AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296AC is #0D6953. Grayscale: #B4B4B4. Windows color (decimal): -878932 or 11310834. OLE color: 11310834.
HSL color Cylindrical-coordinate representation of color #F296AC: hue angle of 345.65º 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 #F296AC is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 172 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.05 |
| HSL | 345.65º | 0.78% | 0.77% | - |
| HSV(B) | 345.65º | 0.38% | 0.95% | - |
| XYZ | 54.97 | 43.67 | 44.56 | - |
| YUV | 180.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 172 | 0 | 0.38 | 0.29 | 0.05 | 345.65 | 0.78 | 0.77 |
| Hex | F2 | 96 | AC | 0 | 26 | 1D | 5 | 15A | 4E | 4D |
| Octal | 362 | 226 | 254 | 0 | 46 | 35 | 5 | 532 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10101100 | 0 | 100110 | 11101 | 101 | 101011010 | 1001110 | 1001101 |
Color Harmonies of #F296AC
Complementary color
Monochromatic Colors of #F296AC
Black with #F296AC
Text Example
Text Example
White with #F296AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296AC; }
p { color: rgb(242,150,172); }
H1.HeaderClassName
{
color: #F296AC;
}
.AnyTagClassName
{
color: #F296AC;
}
</style>
background-color css
<style>
a { background-color: #F296AC; }
a { background-color: rgb(242,150,172); }
div.DivClassName
{
background-color: #F296AC;
}
.BgClassName
{
background-color: #F296AC;
}
</style>
border-color css
<style>
span { border-color: #F296AC; }
span { border-color: rgb(242,150,172); }
td.TdClassName
{
border-color: #F296AC;
}
.TagClassName
{
border-color: #F296AC;
}
</style>