Shades of Illusion #F295AC
Tints of Illusion #F295AC
RGB
CMYK
RGB Variations
Color information
#F295AC (or 0xF295AC) is known color: Illusion. HEX triplet: F2, 95 and AC. RGB value is (242,149,172). Sum of RGB (Red+Green+Blue) = 242+149+172=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F295AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295AC is #0D6A53. Grayscale: #B3B3B3. Windows color (decimal): -879188 or 11310578. OLE color: 11310578.
HSL color Cylindrical-coordinate representation of color #F295AC: hue angle of 345.16º 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 #F295AC is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 172 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.05 |
| HSL | 345.16º | 0.78% | 0.77% | - |
| HSV(B) | 345.16º | 0.38% | 0.95% | - |
| XYZ | 54.81 | 43.35 | 44.51 | - |
| YUV | 179.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 172 | 0 | 0.38 | 0.29 | 0.05 | 345.16 | 0.78 | 0.77 |
| Hex | F2 | 95 | AC | 0 | 26 | 1D | 5 | 159 | 4E | 4D |
| Octal | 362 | 225 | 254 | 0 | 46 | 35 | 5 | 531 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10101100 | 0 | 100110 | 11101 | 101 | 101011001 | 1001110 | 1001101 |
Color Harmonies of #F295AC
Complementary color
Monochromatic Colors of #F295AC
Black with #F295AC
Text Example
Text Example
White with #F295AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295AC; }
p { color: rgb(242,149,172); }
H1.HeaderClassName
{
color: #F295AC;
}
.AnyTagClassName
{
color: #F295AC;
}
</style>
background-color css
<style>
a { background-color: #F295AC; }
a { background-color: rgb(242,149,172); }
div.DivClassName
{
background-color: #F295AC;
}
.BgClassName
{
background-color: #F295AC;
}
</style>
border-color css
<style>
span { border-color: #F295AC; }
span { border-color: rgb(242,149,172); }
td.TdClassName
{
border-color: #F295AC;
}
.TagClassName
{
border-color: #F295AC;
}
</style>