Shades of Illusion #F99DB0
Tints of Illusion #F99DB0
RGB
CMYK
RGB Variations
Color information
#F99DB0 (or 0xF99DB0) is known color: Illusion. HEX triplet: F9, 9D and B0. RGB value is (249,157,176). Sum of RGB (Red+Green+Blue) = 249+157+176=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99DB0 is #06624F. Grayscale: #BABABA. Windows color (decimal): -418384 or 11574777. OLE color: 11574777.
HSL color Cylindrical-coordinate representation of color #F99DB0: hue angle of 347.61º 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 #F99DB0 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 176 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.02 |
| HSL | 347.61º | 0.88% | 0.8% | - |
| HSV(B) | 347.61º | 0.37% | 0.98% | - |
| XYZ | 58.96 | 47.39 | 47.11 | - |
| YUV | 186.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 176 | 0 | 0.37 | 0.29 | 0.02 | 347.61 | 0.88 | 0.8 |
| Hex | F9 | 9D | B0 | 0 | 25 | 1D | 2 | 15C | 58 | 50 |
| Octal | 371 | 235 | 260 | 0 | 45 | 35 | 2 | 534 | 130 | 120 |
| Binary | 11111001 | 10011101 | 10110000 | 0 | 100101 | 11101 | 10 | 101011100 | 1011000 | 1010000 |
Color Harmonies of #F99DB0
Complementary color
Monochromatic Colors of #F99DB0
Black with #F99DB0
Text Example
Text Example
White with #F99DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DB0; }
p { color: rgb(249,157,176); }
H1.HeaderClassName
{
color: #F99DB0;
}
.AnyTagClassName
{
color: #F99DB0;
}
</style>
background-color css
<style>
a { background-color: #F99DB0; }
a { background-color: rgb(249,157,176); }
div.DivClassName
{
background-color: #F99DB0;
}
.BgClassName
{
background-color: #F99DB0;
}
</style>
border-color css
<style>
span { border-color: #F99DB0; }
span { border-color: rgb(249,157,176); }
td.TdClassName
{
border-color: #F99DB0;
}
.TagClassName
{
border-color: #F99DB0;
}
</style>