Shades of Violet #F982F1
Tints of Violet #F982F1
RGB
CMYK
RGB Variations
Color information
#F982F1 (or 0xF982F1) is known color: Violet. HEX triplet: F9, 82 and F1. RGB value is (249,130,241). Sum of RGB (Red+Green+Blue) = 249+130+241=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 130 (51.17% from 255 or 20.97% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F982F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982F1 is #067D0E. Grayscale: #B1B1B1. Windows color (decimal): -425231 or 15827705. OLE color: 15827705.
HSL color Cylindrical-coordinate representation of color #F982F1: hue angle of 304.03º 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 #F982F1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 241 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.02 |
| HSL | 304.03º | 0.91% | 0.74% | - |
| HSV(B) | 304.03º | 0.48% | 0.98% | - |
| XYZ | 62.93 | 42.46 | 88.1 | - |
| YUV | 178.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 241 | 0 | 0.48 | 0.03 | 0.02 | 304.03 | 0.91 | 0.74 |
| Hex | F9 | 82 | F1 | 0 | 30 | 3 | 2 | 130 | 5B | 4A |
| Octal | 371 | 202 | 361 | 0 | 60 | 3 | 2 | 460 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11110001 | 0 | 110000 | 11 | 10 | 100110000 | 1011011 | 1001010 |
Color Harmonies of #F982F1
Complementary color
Monochromatic Colors of #F982F1
Black with #F982F1
Text Example
Text Example
White with #F982F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982F1; }
p { color: rgb(249,130,241); }
H1.HeaderClassName
{
color: #F982F1;
}
.AnyTagClassName
{
color: #F982F1;
}
</style>
background-color css
<style>
a { background-color: #F982F1; }
a { background-color: rgb(249,130,241); }
div.DivClassName
{
background-color: #F982F1;
}
.BgClassName
{
background-color: #F982F1;
}
</style>
border-color css
<style>
span { border-color: #F982F1; }
span { border-color: rgb(249,130,241); }
td.TdClassName
{
border-color: #F982F1;
}
.TagClassName
{
border-color: #F982F1;
}
</style>