Shades of Illusion #F990AF
Tints of Illusion #F990AF
RGB
CMYK
RGB Variations
Color information
#F990AF (or 0xF990AF) is known color: Illusion. HEX triplet: F9, 90 and AF. RGB value is (249,144,175). Sum of RGB (Red+Green+Blue) = 249+144+175=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F990AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F990AF is #066F50. Grayscale: #B2B2B2. Windows color (decimal): -421713 or 11505913. OLE color: 11505913.
HSL color Cylindrical-coordinate representation of color #F990AF: hue angle of 342.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F990AF is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 175 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.02 |
| HSL | 342.29º | 0.9% | 0.77% | - |
| HSV(B) | 342.29º | 0.42% | 0.98% | - |
| XYZ | 56.78 | 43.18 | 45.9 | - |
| YUV | 178.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 175 | 0 | 0.42 | 0.30 | 0.02 | 342.29 | 0.9 | 0.77 |
| Hex | F9 | 90 | AF | 0 | 2A | 1E | 2 | 156 | 5A | 4D |
| Octal | 371 | 220 | 257 | 0 | 52 | 36 | 2 | 526 | 132 | 115 |
| Binary | 11111001 | 10010000 | 10101111 | 0 | 101010 | 11110 | 10 | 101010110 | 1011010 | 1001101 |
Color Harmonies of #F990AF
Complementary color
Monochromatic Colors of #F990AF
Black with #F990AF
Text Example
Text Example
White with #F990AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990AF; }
p { color: rgb(249,144,175); }
H1.HeaderClassName
{
color: #F990AF;
}
.AnyTagClassName
{
color: #F990AF;
}
</style>
background-color css
<style>
a { background-color: #F990AF; }
a { background-color: rgb(249,144,175); }
div.DivClassName
{
background-color: #F990AF;
}
.BgClassName
{
background-color: #F990AF;
}
</style>
border-color css
<style>
span { border-color: #F990AF; }
span { border-color: rgb(249,144,175); }
td.TdClassName
{
border-color: #F990AF;
}
.TagClassName
{
border-color: #F990AF;
}
</style>