Shades of Violet #F982F7
Tints of Violet #F982F7
RGB
CMYK
RGB Variations
Color information
#F982F7 (or 0xF982F7) is known color: Violet. HEX triplet: F9, 82 and F7. RGB value is (249,130,247). Sum of RGB (Red+Green+Blue) = 249+130+247=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 130 (51.17% from 255 or 20.77% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F982F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982F7 is #067D08. Grayscale: #B2B2B2. Windows color (decimal): -425225 or 16220921. OLE color: 16220921.
HSL color Cylindrical-coordinate representation of color #F982F7: hue angle of 301.01º 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 #F982F7 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 247 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.02 |
| HSL | 301.01º | 0.91% | 0.74% | - |
| HSV(B) | 301.01º | 0.48% | 0.98% | - |
| XYZ | 63.84 | 42.82 | 92.9 | - |
| YUV | 178.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 247 | 0 | 0.48 | 0.01 | 0.02 | 301.01 | 0.91 | 0.74 |
| Hex | F9 | 82 | F7 | 0 | 30 | 1 | 2 | 12D | 5B | 4A |
| Octal | 371 | 202 | 367 | 0 | 60 | 1 | 2 | 455 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11110111 | 0 | 110000 | 1 | 10 | 100101101 | 1011011 | 1001010 |
Color Harmonies of #F982F7
Complementary color
Monochromatic Colors of #F982F7
Black with #F982F7
Text Example
Text Example
White with #F982F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982F7; }
p { color: rgb(249,130,247); }
H1.HeaderClassName
{
color: #F982F7;
}
.AnyTagClassName
{
color: #F982F7;
}
</style>
background-color css
<style>
a { background-color: #F982F7; }
a { background-color: rgb(249,130,247); }
div.DivClassName
{
background-color: #F982F7;
}
.BgClassName
{
background-color: #F982F7;
}
</style>
border-color css
<style>
span { border-color: #F982F7; }
span { border-color: rgb(249,130,247); }
td.TdClassName
{
border-color: #F982F7;
}
.TagClassName
{
border-color: #F982F7;
}
</style>