Shades of Illusion #F98DB5
Tints of Illusion #F98DB5
RGB
CMYK
RGB Variations
Color information
#F98DB5 (or 0xF98DB5) is known color: Illusion. HEX triplet: F9, 8D and B5. RGB value is (249,141,181). Sum of RGB (Red+Green+Blue) = 249+141+181=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DB5 is #06724A. Grayscale: #B1B1B1. Windows color (decimal): -422475 or 11898361. OLE color: 11898361.
HSL color Cylindrical-coordinate representation of color #F98DB5: hue angle of 337.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DB5 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 181 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.02 |
| HSL | 337.78º | 0.9% | 0.76% | - |
| HSV(B) | 337.78º | 0.43% | 0.98% | - |
| XYZ | 56.93 | 42.53 | 48.92 | - |
| YUV | 177.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 181 | 0 | 0.43 | 0.27 | 0.02 | 337.78 | 0.9 | 0.76 |
| Hex | F9 | 8D | B5 | 0 | 2B | 1B | 2 | 152 | 5A | 4C |
| Octal | 371 | 215 | 265 | 0 | 53 | 33 | 2 | 522 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10110101 | 0 | 101011 | 11011 | 10 | 101010010 | 1011010 | 1001100 |
Color Harmonies of #F98DB5
Complementary color
Monochromatic Colors of #F98DB5
Black with #F98DB5
Text Example
Text Example
White with #F98DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DB5; }
p { color: rgb(249,141,181); }
H1.HeaderClassName
{
color: #F98DB5;
}
.AnyTagClassName
{
color: #F98DB5;
}
</style>
background-color css
<style>
a { background-color: #F98DB5; }
a { background-color: rgb(249,141,181); }
div.DivClassName
{
background-color: #F98DB5;
}
.BgClassName
{
background-color: #F98DB5;
}
</style>
border-color css
<style>
span { border-color: #F98DB5; }
span { border-color: rgb(249,141,181); }
td.TdClassName
{
border-color: #F98DB5;
}
.TagClassName
{
border-color: #F98DB5;
}
</style>