Shades of Illusion #F092AC
Tints of Illusion #F092AC
RGB
CMYK
RGB Variations
Color information
#F092AC (or 0xF092AC) is known color: Illusion. HEX triplet: F0, 92 and AC. RGB value is (240,146,172). Sum of RGB (Red+Green+Blue) = 240+146+172=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F092AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F092AC is #0F6D53. Grayscale: #B1B1B1. Windows color (decimal): -1011028 or 11309808. OLE color: 11309808.
HSL color Cylindrical-coordinate representation of color #F092AC: hue angle of 343.4º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092AC is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 172 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.06 |
| HSL | 343.4º | 0.76% | 0.76% | - |
| HSV(B) | 343.4º | 0.39% | 0.94% | - |
| XYZ | 53.66 | 42.06 | 44.32 | - |
| YUV | 177.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 172 | 0 | 0.39 | 0.28 | 0.06 | 343.4 | 0.76 | 0.76 |
| Hex | F0 | 92 | AC | 0 | 27 | 1C | 6 | 157 | 4C | 4C |
| Octal | 360 | 222 | 254 | 0 | 47 | 34 | 6 | 527 | 114 | 114 |
| Binary | 11110000 | 10010010 | 10101100 | 0 | 100111 | 11100 | 110 | 101010111 | 1001100 | 1001100 |
Color Harmonies of #F092AC
Complementary color
Monochromatic Colors of #F092AC
Black with #F092AC
Text Example
Text Example
White with #F092AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092AC; }
p { color: rgb(240,146,172); }
H1.HeaderClassName
{
color: #F092AC;
}
.AnyTagClassName
{
color: #F092AC;
}
</style>
background-color css
<style>
a { background-color: #F092AC; }
a { background-color: rgb(240,146,172); }
div.DivClassName
{
background-color: #F092AC;
}
.BgClassName
{
background-color: #F092AC;
}
</style>
border-color css
<style>
span { border-color: #F092AC; }
span { border-color: rgb(240,146,172); }
td.TdClassName
{
border-color: #F092AC;
}
.TagClassName
{
border-color: #F092AC;
}
</style>