Shades of Illusion #F99DB7
Tints of Illusion #F99DB7
RGB
CMYK
RGB Variations
Color information
#F99DB7 (or 0xF99DB7) is known color: Illusion. HEX triplet: F9, 9D and B7. RGB value is (249,157,183). Sum of RGB (Red+Green+Blue) = 249+157+183=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DB7 is #066248. Grayscale: #BBBBBB. Windows color (decimal): -418377 or 12033529. OLE color: 12033529.
HSL color Cylindrical-coordinate representation of color #F99DB7: hue angle of 343.04º 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 #F99DB7 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 183 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.02 |
| HSL | 343.04º | 0.88% | 0.8% | - |
| HSV(B) | 343.04º | 0.37% | 0.98% | - |
| XYZ | 59.67 | 47.67 | 50.86 | - |
| YUV | 187.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 183 | 0 | 0.37 | 0.27 | 0.02 | 343.04 | 0.88 | 0.8 |
| Hex | F9 | 9D | B7 | 0 | 25 | 1B | 2 | 157 | 58 | 50 |
| Octal | 371 | 235 | 267 | 0 | 45 | 33 | 2 | 527 | 130 | 120 |
| Binary | 11111001 | 10011101 | 10110111 | 0 | 100101 | 11011 | 10 | 101010111 | 1011000 | 1010000 |
Color Harmonies of #F99DB7
Complementary color
Monochromatic Colors of #F99DB7
Black with #F99DB7
Text Example
Text Example
White with #F99DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DB7; }
p { color: rgb(249,157,183); }
H1.HeaderClassName
{
color: #F99DB7;
}
.AnyTagClassName
{
color: #F99DB7;
}
</style>
background-color css
<style>
a { background-color: #F99DB7; }
a { background-color: rgb(249,157,183); }
div.DivClassName
{
background-color: #F99DB7;
}
.BgClassName
{
background-color: #F99DB7;
}
</style>
border-color css
<style>
span { border-color: #F99DB7; }
span { border-color: rgb(249,157,183); }
td.TdClassName
{
border-color: #F99DB7;
}
.TagClassName
{
border-color: #F99DB7;
}
</style>