Shades of Illusion #F99FAA
Tints of Illusion #F99FAA
RGB
CMYK
RGB Variations
Color information
#F99FAA (or 0xF99FAA) is known color: Illusion. HEX triplet: F9, 9F and AA. RGB value is (249,159,170). Sum of RGB (Red+Green+Blue) = 249+159+170=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99FAA is #066055. Grayscale: #BBBBBB. Windows color (decimal): -417878 or 11182073. OLE color: 11182073.
HSL color Cylindrical-coordinate representation of color #F99FAA: hue angle of 352.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FAA is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 170 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.02 |
| HSL | 352.67º | 0.88% | 0.8% | - |
| HSV(B) | 352.67º | 0.36% | 0.98% | - |
| XYZ | 58.72 | 47.84 | 44.17 | - |
| YUV | 187.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 170 | 0 | 0.36 | 0.32 | 0.02 | 352.67 | 0.88 | 0.8 |
| Hex | F9 | 9F | AA | 0 | 24 | 20 | 2 | 161 | 58 | 50 |
| Octal | 371 | 237 | 252 | 0 | 44 | 40 | 2 | 541 | 130 | 120 |
| Binary | 11111001 | 10011111 | 10101010 | 0 | 100100 | 100000 | 10 | 101100001 | 1011000 | 1010000 |
Color Harmonies of #F99FAA
Complementary color
Monochromatic Colors of #F99FAA
Black with #F99FAA
Text Example
Text Example
White with #F99FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FAA; }
p { color: rgb(249,159,170); }
H1.HeaderClassName
{
color: #F99FAA;
}
.AnyTagClassName
{
color: #F99FAA;
}
</style>
background-color css
<style>
a { background-color: #F99FAA; }
a { background-color: rgb(249,159,170); }
div.DivClassName
{
background-color: #F99FAA;
}
.BgClassName
{
background-color: #F99FAA;
}
</style>
border-color css
<style>
span { border-color: #F99FAA; }
span { border-color: rgb(249,159,170); }
td.TdClassName
{
border-color: #F99FAA;
}
.TagClassName
{
border-color: #F99FAA;
}
</style>