Shades of Violet #F982F6
Tints of Violet #F982F6
RGB
CMYK
RGB Variations
Color information
#F982F6 (or 0xF982F6) is known color: Violet. HEX triplet: F9, 82 and F6. RGB value is (249,130,246). Sum of RGB (Red+Green+Blue) = 249+130+246=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 130 (51.17% from 255 or 20.8% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F982F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982F6 is #067D09. Grayscale: #B2B2B2. Windows color (decimal): -425226 or 16155385. OLE color: 16155385.
HSL color Cylindrical-coordinate representation of color #F982F6: hue angle of 301.51º 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 #F982F6 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 246 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.02 |
| HSL | 301.51º | 0.91% | 0.74% | - |
| HSV(B) | 301.51º | 0.48% | 0.98% | - |
| XYZ | 63.68 | 42.76 | 92.09 | - |
| YUV | 178.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 246 | 0 | 0.48 | 0.01 | 0.02 | 301.51 | 0.91 | 0.74 |
| Hex | F9 | 82 | F6 | 0 | 30 | 1 | 2 | 12E | 5B | 4A |
| Octal | 371 | 202 | 366 | 0 | 60 | 1 | 2 | 456 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11110110 | 0 | 110000 | 1 | 10 | 100101110 | 1011011 | 1001010 |
Color Harmonies of #F982F6
Complementary color
Monochromatic Colors of #F982F6
Black with #F982F6
Text Example
Text Example
White with #F982F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982F6; }
p { color: rgb(249,130,246); }
H1.HeaderClassName
{
color: #F982F6;
}
.AnyTagClassName
{
color: #F982F6;
}
</style>
background-color css
<style>
a { background-color: #F982F6; }
a { background-color: rgb(249,130,246); }
div.DivClassName
{
background-color: #F982F6;
}
.BgClassName
{
background-color: #F982F6;
}
</style>
border-color css
<style>
span { border-color: #F982F6; }
span { border-color: rgb(249,130,246); }
td.TdClassName
{
border-color: #F982F6;
}
.TagClassName
{
border-color: #F982F6;
}
</style>