Shades of Violet #F98EFF
Tints of Violet #F98EFF
RGB
CMYK
RGB Variations
Color information
#F98EFF (or 0xF98EFF) is known color: Violet. HEX triplet: F9, 8E and FF. RGB value is (249,142,255). Sum of RGB (Red+Green+Blue) = 249+142+255=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 142 (55.86% from 255 or 21.98% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #F98EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98EFF is #067100. Grayscale: #BABABA. Windows color (decimal): -422145 or 16748281. OLE color: 16748281.
HSL color Cylindrical-coordinate representation of color #F98EFF: hue angle of 296.81º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98EFF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 142 | 255 | - |
| CMYK | 0.02 | 0.44 | 0 | 0 |
| HSL | 296.81º | 1% | 0.78% | - |
| HSV(B) | 296.81º | 0.44% | 1% | - |
| XYZ | 66.79 | 46.71 | 100.1 | - |
| YUV | 186.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 255 | 0.02 | 0.44 | 0 | 0 | 296.81 | 1 | 0.78 |
| Hex | F9 | 8E | FF | 2 | 2C | 0 | 0 | 129 | 64 | 4E |
| Octal | 371 | 216 | 377 | 2 | 54 | 0 | 0 | 451 | 144 | 116 |
| Binary | 11111001 | 10001110 | 11111111 | 10 | 101100 | 0 | 0 | 100101001 | 1100100 | 1001110 |
Color Harmonies of #F98EFF
Complementary color
Monochromatic Colors of #F98EFF
Black with #F98EFF
Text Example
Text Example
White with #F98EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EFF; }
p { color: rgb(249,142,255); }
H1.HeaderClassName
{
color: #F98EFF;
}
.AnyTagClassName
{
color: #F98EFF;
}
</style>
background-color css
<style>
a { background-color: #F98EFF; }
a { background-color: rgb(249,142,255); }
div.DivClassName
{
background-color: #F98EFF;
}
.BgClassName
{
background-color: #F98EFF;
}
</style>
border-color css
<style>
span { border-color: #F98EFF; }
span { border-color: rgb(249,142,255); }
td.TdClassName
{
border-color: #F98EFF;
}
.TagClassName
{
border-color: #F98EFF;
}
</style>