Shades of Violet #F98DF4
Tints of Violet #F98DF4
RGB
CMYK
RGB Variations
Color information
#F98DF4 (or 0xF98DF4) is known color: Violet. HEX triplet: F9, 8D and F4. RGB value is (249,141,244). Sum of RGB (Red+Green+Blue) = 249+141+244=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 141 (55.47% from 255 or 22.24% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98DF4 is #06720B. Grayscale: #B8B8B8. Windows color (decimal): -422412 or 16027129. OLE color: 16027129.
HSL color Cylindrical-coordinate representation of color #F98DF4: hue angle of 302.78º 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 #F98DF4 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 244 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.02 |
| HSL | 302.78º | 0.9% | 0.76% | - |
| HSV(B) | 302.78º | 0.43% | 0.98% | - |
| XYZ | 64.92 | 45.72 | 90.99 | - |
| YUV | 185.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 244 | 0 | 0.43 | 0.02 | 0.02 | 302.78 | 0.9 | 0.76 |
| Hex | F9 | 8D | F4 | 0 | 2B | 2 | 2 | 12F | 5A | 4C |
| Octal | 371 | 215 | 364 | 0 | 53 | 2 | 2 | 457 | 132 | 114 |
| Binary | 11111001 | 10001101 | 11110100 | 0 | 101011 | 10 | 10 | 100101111 | 1011010 | 1001100 |
Color Harmonies of #F98DF4
Complementary color
Monochromatic Colors of #F98DF4
Black with #F98DF4
Text Example
Text Example
White with #F98DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DF4; }
p { color: rgb(249,141,244); }
H1.HeaderClassName
{
color: #F98DF4;
}
.AnyTagClassName
{
color: #F98DF4;
}
</style>
background-color css
<style>
a { background-color: #F98DF4; }
a { background-color: rgb(249,141,244); }
div.DivClassName
{
background-color: #F98DF4;
}
.BgClassName
{
background-color: #F98DF4;
}
</style>
border-color css
<style>
span { border-color: #F98DF4; }
span { border-color: rgb(249,141,244); }
td.TdClassName
{
border-color: #F98DF4;
}
.TagClassName
{
border-color: #F98DF4;
}
</style>