Shades of Illusion #F995AF
Tints of Illusion #F995AF
RGB
CMYK
RGB Variations
Color information
#F995AF (or 0xF995AF) is known color: Illusion. HEX triplet: F9, 95 and AF. RGB value is (249,149,175). Sum of RGB (Red+Green+Blue) = 249+149+175=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F995AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F995AF is #066A50. Grayscale: #B5B5B5. Windows color (decimal): -420433 or 11507193. OLE color: 11507193.
HSL color Cylindrical-coordinate representation of color #F995AF: hue angle of 344.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995AF is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 175 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.02 |
| HSL | 344.4º | 0.89% | 0.78% | - |
| HSV(B) | 344.4º | 0.4% | 0.98% | - |
| XYZ | 57.55 | 44.73 | 46.16 | - |
| YUV | 181.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 175 | 0 | 0.40 | 0.30 | 0.02 | 344.4 | 0.89 | 0.78 |
| Hex | F9 | 95 | AF | 0 | 28 | 1E | 2 | 158 | 59 | 4E |
| Octal | 371 | 225 | 257 | 0 | 50 | 36 | 2 | 530 | 131 | 116 |
| Binary | 11111001 | 10010101 | 10101111 | 0 | 101000 | 11110 | 10 | 101011000 | 1011001 | 1001110 |
Color Harmonies of #F995AF
Complementary color
Monochromatic Colors of #F995AF
Black with #F995AF
Text Example
Text Example
White with #F995AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995AF; }
p { color: rgb(249,149,175); }
H1.HeaderClassName
{
color: #F995AF;
}
.AnyTagClassName
{
color: #F995AF;
}
</style>
background-color css
<style>
a { background-color: #F995AF; }
a { background-color: rgb(249,149,175); }
div.DivClassName
{
background-color: #F995AF;
}
.BgClassName
{
background-color: #F995AF;
}
</style>
border-color css
<style>
span { border-color: #F995AF; }
span { border-color: rgb(249,149,175); }
td.TdClassName
{
border-color: #F995AF;
}
.TagClassName
{
border-color: #F995AF;
}
</style>