Shades of Illusion #F99AAF
Tints of Illusion #F99AAF
RGB
CMYK
RGB Variations
Color information
#F99AAF (or 0xF99AAF) is known color: Illusion. HEX triplet: F9, 9A and AF. RGB value is (249,154,175). Sum of RGB (Red+Green+Blue) = 249+154+175=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99AAF is #066550. Grayscale: #B8B8B8. Windows color (decimal): -419153 or 11508473. OLE color: 11508473.
HSL color Cylindrical-coordinate representation of color #F99AAF: hue angle of 346.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AAF is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 175 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.02 |
| HSL | 346.74º | 0.89% | 0.79% | - |
| HSV(B) | 346.74º | 0.38% | 0.98% | - |
| XYZ | 58.36 | 46.35 | 46.43 | - |
| YUV | 184.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 175 | 0 | 0.38 | 0.30 | 0.02 | 346.74 | 0.89 | 0.79 |
| Hex | F9 | 9A | AF | 0 | 26 | 1E | 2 | 15B | 59 | 4F |
| Octal | 371 | 232 | 257 | 0 | 46 | 36 | 2 | 533 | 131 | 117 |
| Binary | 11111001 | 10011010 | 10101111 | 0 | 100110 | 11110 | 10 | 101011011 | 1011001 | 1001111 |
Color Harmonies of #F99AAF
Complementary color
Monochromatic Colors of #F99AAF
Black with #F99AAF
Text Example
Text Example
White with #F99AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AAF; }
p { color: rgb(249,154,175); }
H1.HeaderClassName
{
color: #F99AAF;
}
.AnyTagClassName
{
color: #F99AAF;
}
</style>
background-color css
<style>
a { background-color: #F99AAF; }
a { background-color: rgb(249,154,175); }
div.DivClassName
{
background-color: #F99AAF;
}
.BgClassName
{
background-color: #F99AAF;
}
</style>
border-color css
<style>
span { border-color: #F99AAF; }
span { border-color: rgb(249,154,175); }
td.TdClassName
{
border-color: #F99AAF;
}
.TagClassName
{
border-color: #F99AAF;
}
</style>