Shades of Violet #F98DF8
Tints of Violet #F98DF8
RGB
CMYK
RGB Variations
Color information
#F98DF8 (or 0xF98DF8) is known color: Violet. HEX triplet: F9, 8D and F8. RGB value is (249,141,248). Sum of RGB (Red+Green+Blue) = 249+141+248=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 141 (55.47% from 255 or 22.10% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98DF8 is #067207. Grayscale: #B9B9B9. Windows color (decimal): -422408 or 16289273. OLE color: 16289273.
HSL color Cylindrical-coordinate representation of color #F98DF8: hue angle of 300.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DF8 is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 248 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.02 |
| HSL | 300.56º | 0.9% | 0.76% | - |
| HSV(B) | 300.56º | 0.43% | 0.98% | - |
| XYZ | 65.54 | 45.97 | 94.23 | - |
| YUV | 185.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 248 | 0 | 0.43 | 0.00 | 0.02 | 300.56 | 0.9 | 0.76 |
| Hex | F9 | 8D | F8 | 0 | 2B | 0 | 2 | 12D | 5A | 4C |
| Octal | 371 | 215 | 370 | 0 | 53 | 0 | 2 | 455 | 132 | 114 |
| Binary | 11111001 | 10001101 | 11111000 | 0 | 101011 | 0 | 10 | 100101101 | 1011010 | 1001100 |
Color Harmonies of #F98DF8
Complementary color
Monochromatic Colors of #F98DF8
Black with #F98DF8
Text Example
Text Example
White with #F98DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DF8; }
p { color: rgb(249,141,248); }
H1.HeaderClassName
{
color: #F98DF8;
}
.AnyTagClassName
{
color: #F98DF8;
}
</style>
background-color css
<style>
a { background-color: #F98DF8; }
a { background-color: rgb(249,141,248); }
div.DivClassName
{
background-color: #F98DF8;
}
.BgClassName
{
background-color: #F98DF8;
}
</style>
border-color css
<style>
span { border-color: #F98DF8; }
span { border-color: rgb(249,141,248); }
td.TdClassName
{
border-color: #F98DF8;
}
.TagClassName
{
border-color: #F98DF8;
}
</style>