Shades of Violet #F981F0
Tints of Violet #F981F0
RGB
CMYK
RGB Variations
Color information
#F981F0 (or 0xF981F0) is known color: Violet. HEX triplet: F9, 81 and F0. RGB value is (249,129,240). Sum of RGB (Red+Green+Blue) = 249+129+240=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F981F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981F0 is #067E0F. Grayscale: #B1B1B1. Windows color (decimal): -425488 or 15761913. OLE color: 15761913.
HSL color Cylindrical-coordinate representation of color #F981F0: hue angle of 304.5º 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 #F981F0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 240 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.02 |
| HSL | 304.5º | 0.91% | 0.74% | - |
| HSV(B) | 304.5º | 0.48% | 0.98% | - |
| XYZ | 62.65 | 42.13 | 87.27 | - |
| YUV | 177.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 240 | 0 | 0.48 | 0.04 | 0.02 | 304.5 | 0.91 | 0.74 |
| Hex | F9 | 81 | F0 | 0 | 30 | 4 | 2 | 130 | 5B | 4A |
| Octal | 371 | 201 | 360 | 0 | 60 | 4 | 2 | 460 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11110000 | 0 | 110000 | 100 | 10 | 100110000 | 1011011 | 1001010 |
Color Harmonies of #F981F0
Complementary color
Monochromatic Colors of #F981F0
Black with #F981F0
Text Example
Text Example
White with #F981F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981F0; }
p { color: rgb(249,129,240); }
H1.HeaderClassName
{
color: #F981F0;
}
.AnyTagClassName
{
color: #F981F0;
}
</style>
background-color css
<style>
a { background-color: #F981F0; }
a { background-color: rgb(249,129,240); }
div.DivClassName
{
background-color: #F981F0;
}
.BgClassName
{
background-color: #F981F0;
}
</style>
border-color css
<style>
span { border-color: #F981F0; }
span { border-color: rgb(249,129,240); }
td.TdClassName
{
border-color: #F981F0;
}
.TagClassName
{
border-color: #F981F0;
}
</style>