Shades of Illusion #F98DB1
Tints of Illusion #F98DB1
RGB
CMYK
RGB Variations
Color information
#F98DB1 (or 0xF98DB1) is known color: Illusion. HEX triplet: F9, 8D and B1. RGB value is (249,141,177). Sum of RGB (Red+Green+Blue) = 249+141+177=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98DB1 is #06724E. Grayscale: #B1B1B1. Windows color (decimal): -422479 or 11636217. OLE color: 11636217.
HSL color Cylindrical-coordinate representation of color #F98DB1: hue angle of 340º 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 #F98DB1 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 177 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.02 |
| HSL | 340º | 0.9% | 0.76% | - |
| HSV(B) | 340º | 0.43% | 0.98% | - |
| XYZ | 56.53 | 42.36 | 46.79 | - |
| YUV | 177.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 177 | 0 | 0.43 | 0.29 | 0.02 | 340 | 0.9 | 0.76 |
| Hex | F9 | 8D | B1 | 0 | 2B | 1D | 2 | 154 | 5A | 4C |
| Octal | 371 | 215 | 261 | 0 | 53 | 35 | 2 | 524 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10110001 | 0 | 101011 | 11101 | 10 | 101010100 | 1011010 | 1001100 |
Color Harmonies of #F98DB1
Complementary color
Monochromatic Colors of #F98DB1
Black with #F98DB1
Text Example
Text Example
White with #F98DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DB1; }
p { color: rgb(249,141,177); }
H1.HeaderClassName
{
color: #F98DB1;
}
.AnyTagClassName
{
color: #F98DB1;
}
</style>
background-color css
<style>
a { background-color: #F98DB1; }
a { background-color: rgb(249,141,177); }
div.DivClassName
{
background-color: #F98DB1;
}
.BgClassName
{
background-color: #F98DB1;
}
</style>
border-color css
<style>
span { border-color: #F98DB1; }
span { border-color: rgb(249,141,177); }
td.TdClassName
{
border-color: #F98DB1;
}
.TagClassName
{
border-color: #F98DB1;
}
</style>