Shades of Illusion #F99DB5
Tints of Illusion #F99DB5
RGB
CMYK
RGB Variations
Color information
#F99DB5 (or 0xF99DB5) is known color: Illusion. HEX triplet: F9, 9D and B5. RGB value is (249,157,181). Sum of RGB (Red+Green+Blue) = 249+157+181=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DB5 is #06624A. Grayscale: #BBBBBB. Windows color (decimal): -418379 or 11902457. OLE color: 11902457.
HSL color Cylindrical-coordinate representation of color #F99DB5: hue angle of 344.35º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DB5 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 181 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.02 |
| HSL | 344.35º | 0.88% | 0.8% | - |
| HSV(B) | 344.35º | 0.37% | 0.98% | - |
| XYZ | 59.46 | 47.59 | 49.77 | - |
| YUV | 187.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 181 | 0 | 0.37 | 0.27 | 0.02 | 344.35 | 0.88 | 0.8 |
| Hex | F9 | 9D | B5 | 0 | 25 | 1B | 2 | 158 | 58 | 50 |
| Octal | 371 | 235 | 265 | 0 | 45 | 33 | 2 | 530 | 130 | 120 |
| Binary | 11111001 | 10011101 | 10110101 | 0 | 100101 | 11011 | 10 | 101011000 | 1011000 | 1010000 |
Color Harmonies of #F99DB5
Complementary color
Monochromatic Colors of #F99DB5
Black with #F99DB5
Text Example
Text Example
White with #F99DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DB5; }
p { color: rgb(249,157,181); }
H1.HeaderClassName
{
color: #F99DB5;
}
.AnyTagClassName
{
color: #F99DB5;
}
</style>
background-color css
<style>
a { background-color: #F99DB5; }
a { background-color: rgb(249,157,181); }
div.DivClassName
{
background-color: #F99DB5;
}
.BgClassName
{
background-color: #F99DB5;
}
</style>
border-color css
<style>
span { border-color: #F99DB5; }
span { border-color: rgb(249,157,181); }
td.TdClassName
{
border-color: #F99DB5;
}
.TagClassName
{
border-color: #F99DB5;
}
</style>