Shades of Illusion #F98FB5
Tints of Illusion #F98FB5
RGB
CMYK
RGB Variations
Color information
#F98FB5 (or 0xF98FB5) is known color: Illusion. HEX triplet: F9, 8F and B5. RGB value is (249,143,181). Sum of RGB (Red+Green+Blue) = 249+143+181=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FB5 is #06704A. Grayscale: #B2B2B2. Windows color (decimal): -421963 or 11898873. OLE color: 11898873.
HSL color Cylindrical-coordinate representation of color #F98FB5: hue angle of 338.49º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98FB5 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 181 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.02 |
| HSL | 338.49º | 0.9% | 0.77% | - |
| HSV(B) | 338.49º | 0.43% | 0.98% | - |
| XYZ | 57.23 | 43.12 | 49.02 | - |
| YUV | 179.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 181 | 0 | 0.43 | 0.27 | 0.02 | 338.49 | 0.9 | 0.77 |
| Hex | F9 | 8F | B5 | 0 | 2B | 1B | 2 | 152 | 5A | 4D |
| Octal | 371 | 217 | 265 | 0 | 53 | 33 | 2 | 522 | 132 | 115 |
| Binary | 11111001 | 10001111 | 10110101 | 0 | 101011 | 11011 | 10 | 101010010 | 1011010 | 1001101 |
Color Harmonies of #F98FB5
Complementary color
Monochromatic Colors of #F98FB5
Black with #F98FB5
Text Example
Text Example
White with #F98FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FB5; }
p { color: rgb(249,143,181); }
H1.HeaderClassName
{
color: #F98FB5;
}
.AnyTagClassName
{
color: #F98FB5;
}
</style>
background-color css
<style>
a { background-color: #F98FB5; }
a { background-color: rgb(249,143,181); }
div.DivClassName
{
background-color: #F98FB5;
}
.BgClassName
{
background-color: #F98FB5;
}
</style>
border-color css
<style>
span { border-color: #F98FB5; }
span { border-color: rgb(249,143,181); }
td.TdClassName
{
border-color: #F98FB5;
}
.TagClassName
{
border-color: #F98FB5;
}
</style>