Shades of Illusion #F98BB5
Tints of Illusion #F98BB5
RGB
CMYK
RGB Variations
Color information
#F98BB5 (or 0xF98BB5) is known color: Illusion. HEX triplet: F9, 8B and B5. RGB value is (249,139,181). Sum of RGB (Red+Green+Blue) = 249+139+181=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BB5 is #06744A. Grayscale: #B0B0B0. Windows color (decimal): -422987 or 11897849. OLE color: 11897849.
HSL color Cylindrical-coordinate representation of color #F98BB5: hue angle of 337.09º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98BB5 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 181 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.02 |
| HSL | 337.09º | 0.9% | 0.76% | - |
| HSV(B) | 337.09º | 0.44% | 0.98% | - |
| XYZ | 56.64 | 41.94 | 48.83 | - |
| YUV | 176.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 181 | 0 | 0.44 | 0.27 | 0.02 | 337.09 | 0.9 | 0.76 |
| Hex | F9 | 8B | B5 | 0 | 2C | 1B | 2 | 151 | 5A | 4C |
| Octal | 371 | 213 | 265 | 0 | 54 | 33 | 2 | 521 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10110101 | 0 | 101100 | 11011 | 10 | 101010001 | 1011010 | 1001100 |
Color Harmonies of #F98BB5
Complementary color
Monochromatic Colors of #F98BB5
Black with #F98BB5
Text Example
Text Example
White with #F98BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BB5; }
p { color: rgb(249,139,181); }
H1.HeaderClassName
{
color: #F98BB5;
}
.AnyTagClassName
{
color: #F98BB5;
}
</style>
background-color css
<style>
a { background-color: #F98BB5; }
a { background-color: rgb(249,139,181); }
div.DivClassName
{
background-color: #F98BB5;
}
.BgClassName
{
background-color: #F98BB5;
}
</style>
border-color css
<style>
span { border-color: #F98BB5; }
span { border-color: rgb(249,139,181); }
td.TdClassName
{
border-color: #F98BB5;
}
.TagClassName
{
border-color: #F98BB5;
}
</style>