Shades of Illusion #F998B0
Tints of Illusion #F998B0
RGB
CMYK
RGB Variations
Color information
#F998B0 (or 0xF998B0) is known color: Illusion. HEX triplet: F9, 98 and B0. RGB value is (249,152,176). Sum of RGB (Red+Green+Blue) = 249+152+176=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F998B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F998B0 is #06674F. Grayscale: #B7B7B7. Windows color (decimal): -419664 or 11573497. OLE color: 11573497.
HSL color Cylindrical-coordinate representation of color #F998B0: hue angle of 345.15º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998B0 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 176 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.02 |
| HSL | 345.15º | 0.89% | 0.79% | - |
| HSV(B) | 345.15º | 0.39% | 0.98% | - |
| XYZ | 58.13 | 45.73 | 46.84 | - |
| YUV | 183.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 176 | 0 | 0.39 | 0.29 | 0.02 | 345.15 | 0.89 | 0.79 |
| Hex | F9 | 98 | B0 | 0 | 27 | 1D | 2 | 159 | 59 | 4F |
| Octal | 371 | 230 | 260 | 0 | 47 | 35 | 2 | 531 | 131 | 117 |
| Binary | 11111001 | 10011000 | 10110000 | 0 | 100111 | 11101 | 10 | 101011001 | 1011001 | 1001111 |
Color Harmonies of #F998B0
Complementary color
Monochromatic Colors of #F998B0
Black with #F998B0
Text Example
Text Example
White with #F998B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998B0; }
p { color: rgb(249,152,176); }
H1.HeaderClassName
{
color: #F998B0;
}
.AnyTagClassName
{
color: #F998B0;
}
</style>
background-color css
<style>
a { background-color: #F998B0; }
a { background-color: rgb(249,152,176); }
div.DivClassName
{
background-color: #F998B0;
}
.BgClassName
{
background-color: #F998B0;
}
</style>
border-color css
<style>
span { border-color: #F998B0; }
span { border-color: rgb(249,152,176); }
td.TdClassName
{
border-color: #F998B0;
}
.TagClassName
{
border-color: #F998B0;
}
</style>