Shades of Illusion #F98DB6
Tints of Illusion #F98DB6
RGB
CMYK
RGB Variations
Color information
#F98DB6 (or 0xF98DB6) is known color: Illusion. HEX triplet: F9, 8D and B6. RGB value is (249,141,182). Sum of RGB (Red+Green+Blue) = 249+141+182=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DB6 is #067249. Grayscale: #B1B1B1. Windows color (decimal): -422474 or 11963897. OLE color: 11963897.
HSL color Cylindrical-coordinate representation of color #F98DB6: hue angle of 337.22º 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 #F98DB6 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 141 | 182 | - |
CMYK | 0 | 0.43 | 0.27 | 0.02 |
HSL | 337.22º | 0.9% | 0.76% | - |
HSV(B) | 337.22º | 0.43% | 0.98% | - |
XYZ | 57.04 | 42.57 | 49.47 | - |
YUV | 177.97 | 130.28 | 178.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 141 | 182 | 0 | 0.43 | 0.27 | 0.02 | 337.22 | 0.9 | 0.76 |
Hex | F9 | 8D | B6 | 0 | 2B | 1B | 2 | 151 | 5A | 4C |
Octal | 371 | 215 | 266 | 0 | 53 | 33 | 2 | 521 | 132 | 114 |
Binary | 11111001 | 10001101 | 10110110 | 0 | 101011 | 11011 | 10 | 101010001 | 1011010 | 1001100 |
Color Harmonies of #F98DB6
Complementary color
Monochromatic Colors of #F98DB6
Black with #F98DB6
Text Example
Text Example
White with #F98DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DB6; }
p { color: rgb(249,141,182); }
H1.HeaderClassName
{
color: #F98DB6;
}
.AnyTagClassName
{
color: #F98DB6;
}
</style>
background-color css
<style>
a { background-color: #F98DB6; }
a { background-color: rgb(249,141,182); }
div.DivClassName
{
background-color: #F98DB6;
}
.BgClassName
{
background-color: #F98DB6;
}
</style>
border-color css
<style>
span { border-color: #F98DB6; }
span { border-color: rgb(249,141,182); }
td.TdClassName
{
border-color: #F98DB6;
}
.TagClassName
{
border-color: #F98DB6;
}
</style>