Shades of Violet #F98EF2
Tints of Violet #F98EF2
RGB
CMYK
RGB Variations
Color information
#F98EF2 (or 0xF98EF2) is known color: Violet. HEX triplet: F9, 8E and F2. RGB value is (249,142,242). Sum of RGB (Red+Green+Blue) = 249+142+242=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 142 (55.86% from 255 or 22.43% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98EF2 is #06710D. Grayscale: #B9B9B9. Windows color (decimal): -422158 or 15896313. OLE color: 15896313.
HSL color Cylindrical-coordinate representation of color #F98EF2: hue angle of 303.93º 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 #F98EF2 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 242 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.02 |
| HSL | 303.93º | 0.9% | 0.77% | - |
| HSV(B) | 303.93º | 0.43% | 0.98% | - |
| XYZ | 64.77 | 45.9 | 89.45 | - |
| YUV | 185.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 242 | 0 | 0.43 | 0.03 | 0.02 | 303.93 | 0.9 | 0.77 |
| Hex | F9 | 8E | F2 | 0 | 2B | 3 | 2 | 130 | 5A | 4D |
| Octal | 371 | 216 | 362 | 0 | 53 | 3 | 2 | 460 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11110010 | 0 | 101011 | 11 | 10 | 100110000 | 1011010 | 1001101 |
Color Harmonies of #F98EF2
Complementary color
Monochromatic Colors of #F98EF2
Black with #F98EF2
Text Example
Text Example
White with #F98EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EF2; }
p { color: rgb(249,142,242); }
H1.HeaderClassName
{
color: #F98EF2;
}
.AnyTagClassName
{
color: #F98EF2;
}
</style>
background-color css
<style>
a { background-color: #F98EF2; }
a { background-color: rgb(249,142,242); }
div.DivClassName
{
background-color: #F98EF2;
}
.BgClassName
{
background-color: #F98EF2;
}
</style>
border-color css
<style>
span { border-color: #F98EF2; }
span { border-color: rgb(249,142,242); }
td.TdClassName
{
border-color: #F98EF2;
}
.TagClassName
{
border-color: #F98EF2;
}
</style>