Shades of Illusion #F997AF
Tints of Illusion #F997AF
RGB
CMYK
RGB Variations
Color information
#F997AF (or 0xF997AF) is known color: Illusion. HEX triplet: F9, 97 and AF. RGB value is (249,151,175). Sum of RGB (Red+Green+Blue) = 249+151+175=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F997AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F997AF is #066850. Grayscale: #B7B7B7. Windows color (decimal): -419921 or 11507705. OLE color: 11507705.
HSL color Cylindrical-coordinate representation of color #F997AF: hue angle of 345.31º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997AF is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 175 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.02 |
| HSL | 345.31º | 0.89% | 0.78% | - |
| HSV(B) | 345.31º | 0.39% | 0.98% | - |
| XYZ | 57.87 | 45.37 | 46.26 | - |
| YUV | 183.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 175 | 0 | 0.39 | 0.30 | 0.02 | 345.31 | 0.89 | 0.78 |
| Hex | F9 | 97 | AF | 0 | 27 | 1E | 2 | 159 | 59 | 4E |
| Octal | 371 | 227 | 257 | 0 | 47 | 36 | 2 | 531 | 131 | 116 |
| Binary | 11111001 | 10010111 | 10101111 | 0 | 100111 | 11110 | 10 | 101011001 | 1011001 | 1001110 |
Color Harmonies of #F997AF
Complementary color
Monochromatic Colors of #F997AF
Black with #F997AF
Text Example
Text Example
White with #F997AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997AF; }
p { color: rgb(249,151,175); }
H1.HeaderClassName
{
color: #F997AF;
}
.AnyTagClassName
{
color: #F997AF;
}
</style>
background-color css
<style>
a { background-color: #F997AF; }
a { background-color: rgb(249,151,175); }
div.DivClassName
{
background-color: #F997AF;
}
.BgClassName
{
background-color: #F997AF;
}
</style>
border-color css
<style>
span { border-color: #F997AF; }
span { border-color: rgb(249,151,175); }
td.TdClassName
{
border-color: #F997AF;
}
.TagClassName
{
border-color: #F997AF;
}
</style>