Shades of Violet #F98EFB
Tints of Violet #F98EFB
RGB
CMYK
RGB Variations
Color information
#F98EFB (or 0xF98EFB) is known color: Violet. HEX triplet: F9, 8E and FB. RGB value is (249,142,251). Sum of RGB (Red+Green+Blue) = 249+142+251=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 142 (55.86% from 255 or 22.12% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #F98EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98EFB is #067104. Grayscale: #BABABA. Windows color (decimal): -422149 or 16486137. OLE color: 16486137.
HSL color Cylindrical-coordinate representation of color #F98EFB: hue angle of 298.9º degrees, saturation: 0.93, 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 #F98EFB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 251 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.02 |
| HSL | 298.9º | 0.93% | 0.77% | - |
| HSV(B) | 298.9º | 0.43% | 0.98% | - |
| XYZ | 66.15 | 46.45 | 96.75 | - |
| YUV | 186.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 251 | 0.01 | 0.43 | 0 | 0.02 | 298.9 | 0.93 | 0.77 |
| Hex | F9 | 8E | FB | 1 | 2B | 0 | 2 | 12B | 5D | 4D |
| Octal | 371 | 216 | 373 | 1 | 53 | 0 | 2 | 453 | 135 | 115 |
| Binary | 11111001 | 10001110 | 11111011 | 1 | 101011 | 0 | 10 | 100101011 | 1011101 | 1001101 |
Color Harmonies of #F98EFB
Complementary color
Monochromatic Colors of #F98EFB
Black with #F98EFB
Text Example
Text Example
White with #F98EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EFB; }
p { color: rgb(249,142,251); }
H1.HeaderClassName
{
color: #F98EFB;
}
.AnyTagClassName
{
color: #F98EFB;
}
</style>
background-color css
<style>
a { background-color: #F98EFB; }
a { background-color: rgb(249,142,251); }
div.DivClassName
{
background-color: #F98EFB;
}
.BgClassName
{
background-color: #F98EFB;
}
</style>
border-color css
<style>
span { border-color: #F98EFB; }
span { border-color: rgb(249,142,251); }
td.TdClassName
{
border-color: #F98EFB;
}
.TagClassName
{
border-color: #F98EFB;
}
</style>