Shades of Violet #F982F0
Tints of Violet #F982F0
RGB
CMYK
RGB Variations
Color information
#F982F0 (or 0xF982F0) is known color: Violet. HEX triplet: F9, 82 and F0. RGB value is (249,130,240). Sum of RGB (Red+Green+Blue) = 249+130+240=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F982F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982F0 is #067D0F. Grayscale: #B1B1B1. Windows color (decimal): -425232 or 15762169. OLE color: 15762169.
HSL color Cylindrical-coordinate representation of color #F982F0: hue angle of 304.54º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982F0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 240 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.02 |
| HSL | 304.54º | 0.91% | 0.74% | - |
| HSV(B) | 304.54º | 0.48% | 0.98% | - |
| XYZ | 62.78 | 42.4 | 87.31 | - |
| YUV | 178.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 240 | 0 | 0.48 | 0.04 | 0.02 | 304.54 | 0.91 | 0.74 |
| Hex | F9 | 82 | F0 | 0 | 30 | 4 | 2 | 131 | 5B | 4A |
| Octal | 371 | 202 | 360 | 0 | 60 | 4 | 2 | 461 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11110000 | 0 | 110000 | 100 | 10 | 100110001 | 1011011 | 1001010 |
Color Harmonies of #F982F0
Complementary color
Monochromatic Colors of #F982F0
Black with #F982F0
Text Example
Text Example
White with #F982F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982F0; }
p { color: rgb(249,130,240); }
H1.HeaderClassName
{
color: #F982F0;
}
.AnyTagClassName
{
color: #F982F0;
}
</style>
background-color css
<style>
a { background-color: #F982F0; }
a { background-color: rgb(249,130,240); }
div.DivClassName
{
background-color: #F982F0;
}
.BgClassName
{
background-color: #F982F0;
}
</style>
border-color css
<style>
span { border-color: #F982F0; }
span { border-color: rgb(249,130,240); }
td.TdClassName
{
border-color: #F982F0;
}
.TagClassName
{
border-color: #F982F0;
}
</style>