Shades of Illusion #F99AAD
Tints of Illusion #F99AAD
RGB
CMYK
RGB Variations
Color information
#F99AAD (or 0xF99AAD) is known color: Illusion. HEX triplet: F9, 9A and AD. RGB value is (249,154,173). Sum of RGB (Red+Green+Blue) = 249+154+173=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99AAD is #066552. Grayscale: #B8B8B8. Windows color (decimal): -419155 or 11377401. OLE color: 11377401.
HSL color Cylindrical-coordinate representation of color #F99AAD: hue angle of 348º 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 #F99AAD is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 173 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.02 |
| HSL | 348º | 0.89% | 0.79% | - |
| HSV(B) | 348º | 0.38% | 0.98% | - |
| XYZ | 58.17 | 46.27 | 45.4 | - |
| YUV | 184.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 173 | 0 | 0.38 | 0.31 | 0.02 | 348 | 0.89 | 0.79 |
| Hex | F9 | 9A | AD | 0 | 26 | 1F | 2 | 15C | 59 | 4F |
| Octal | 371 | 232 | 255 | 0 | 46 | 37 | 2 | 534 | 131 | 117 |
| Binary | 11111001 | 10011010 | 10101101 | 0 | 100110 | 11111 | 10 | 101011100 | 1011001 | 1001111 |
Color Harmonies of #F99AAD
Complementary color
Monochromatic Colors of #F99AAD
Black with #F99AAD
Text Example
Text Example
White with #F99AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AAD; }
p { color: rgb(249,154,173); }
H1.HeaderClassName
{
color: #F99AAD;
}
.AnyTagClassName
{
color: #F99AAD;
}
</style>
background-color css
<style>
a { background-color: #F99AAD; }
a { background-color: rgb(249,154,173); }
div.DivClassName
{
background-color: #F99AAD;
}
.BgClassName
{
background-color: #F99AAD;
}
</style>
border-color css
<style>
span { border-color: #F99AAD; }
span { border-color: rgb(249,154,173); }
td.TdClassName
{
border-color: #F99AAD;
}
.TagClassName
{
border-color: #F99AAD;
}
</style>