Shades of Illusion #F98BB2
Tints of Illusion #F98BB2
RGB
CMYK
RGB Variations
Color information
#F98BB2 (or 0xF98BB2) is known color: Illusion. HEX triplet: F9, 8B and B2. RGB value is (249,139,178). Sum of RGB (Red+Green+Blue) = 249+139+178=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98BB2 is #06744D. Grayscale: #B0B0B0. Windows color (decimal): -422990 or 11701241. OLE color: 11701241.
HSL color Cylindrical-coordinate representation of color #F98BB2: hue angle of 338.73º 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 #F98BB2 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 178 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.02 |
| HSL | 338.73º | 0.9% | 0.76% | - |
| HSV(B) | 338.73º | 0.44% | 0.98% | - |
| XYZ | 56.34 | 41.82 | 47.22 | - |
| YUV | 176.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 178 | 0 | 0.44 | 0.29 | 0.02 | 338.73 | 0.9 | 0.76 |
| Hex | F9 | 8B | B2 | 0 | 2C | 1D | 2 | 153 | 5A | 4C |
| Octal | 371 | 213 | 262 | 0 | 54 | 35 | 2 | 523 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10110010 | 0 | 101100 | 11101 | 10 | 101010011 | 1011010 | 1001100 |
Color Harmonies of #F98BB2
Complementary color
Monochromatic Colors of #F98BB2
Black with #F98BB2
Text Example
Text Example
White with #F98BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BB2; }
p { color: rgb(249,139,178); }
H1.HeaderClassName
{
color: #F98BB2;
}
.AnyTagClassName
{
color: #F98BB2;
}
</style>
background-color css
<style>
a { background-color: #F98BB2; }
a { background-color: rgb(249,139,178); }
div.DivClassName
{
background-color: #F98BB2;
}
.BgClassName
{
background-color: #F98BB2;
}
</style>
border-color css
<style>
span { border-color: #F98BB2; }
span { border-color: rgb(249,139,178); }
td.TdClassName
{
border-color: #F98BB2;
}
.TagClassName
{
border-color: #F98BB2;
}
</style>