Shades of Violet #F982F3
Tints of Violet #F982F3
RGB
CMYK
RGB Variations
Color information
#F982F3 (or 0xF982F3) is known color: Violet. HEX triplet: F9, 82 and F3. RGB value is (249,130,243). Sum of RGB (Red+Green+Blue) = 249+130+243=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F982F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982F3 is #067D0C. Grayscale: #B2B2B2. Windows color (decimal): -425229 or 15958777. OLE color: 15958777.
HSL color Cylindrical-coordinate representation of color #F982F3: hue angle of 303.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 #F982F3 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 243 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.02 |
| HSL | 303.03º | 0.91% | 0.74% | - |
| HSV(B) | 303.03º | 0.48% | 0.98% | - |
| XYZ | 63.23 | 42.58 | 89.68 | - |
| YUV | 178.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 243 | 0 | 0.48 | 0.02 | 0.02 | 303.03 | 0.91 | 0.74 |
| Hex | F9 | 82 | F3 | 0 | 30 | 2 | 2 | 12F | 5B | 4A |
| Octal | 371 | 202 | 363 | 0 | 60 | 2 | 2 | 457 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11110011 | 0 | 110000 | 10 | 10 | 100101111 | 1011011 | 1001010 |
Color Harmonies of #F982F3
Complementary color
Monochromatic Colors of #F982F3
Black with #F982F3
Text Example
Text Example
White with #F982F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982F3; }
p { color: rgb(249,130,243); }
H1.HeaderClassName
{
color: #F982F3;
}
.AnyTagClassName
{
color: #F982F3;
}
</style>
background-color css
<style>
a { background-color: #F982F3; }
a { background-color: rgb(249,130,243); }
div.DivClassName
{
background-color: #F982F3;
}
.BgClassName
{
background-color: #F982F3;
}
</style>
border-color css
<style>
span { border-color: #F982F3; }
span { border-color: rgb(249,130,243); }
td.TdClassName
{
border-color: #F982F3;
}
.TagClassName
{
border-color: #F982F3;
}
</style>