Shades of Violet #F976EF
Tints of Violet #F976EF
RGB
CMYK
RGB Variations
Color information
#F976EF (or 0xF976EF) is known color: Violet. HEX triplet: F9, 76 and EF. RGB value is (249,118,239). Sum of RGB (Red+Green+Blue) = 249+118+239=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F976EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F976EF is #068910. Grayscale: #AAAAAA. Windows color (decimal): -428305 or 15693561. OLE color: 15693561.
HSL color Cylindrical-coordinate representation of color #F976EF: hue angle of 304.58º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976EF is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 239 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.02 |
| HSL | 304.58º | 0.92% | 0.72% | - |
| HSV(B) | 304.58º | 0.53% | 0.98% | - |
| XYZ | 61.13 | 39.33 | 86.03 | - |
| YUV | 170.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 239 | 0 | 0.53 | 0.04 | 0.02 | 304.58 | 0.92 | 0.72 |
| Hex | F9 | 76 | EF | 0 | 35 | 4 | 2 | 131 | 5C | 48 |
| Octal | 371 | 166 | 357 | 0 | 65 | 4 | 2 | 461 | 134 | 110 |
| Binary | 11111001 | 1110110 | 11101111 | 0 | 110101 | 100 | 10 | 100110001 | 1011100 | 1001000 |
Color Harmonies of #F976EF
Complementary color
Monochromatic Colors of #F976EF
Black with #F976EF
Text Example
Text Example
White with #F976EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976EF; }
p { color: rgb(249,118,239); }
H1.HeaderClassName
{
color: #F976EF;
}
.AnyTagClassName
{
color: #F976EF;
}
</style>
background-color css
<style>
a { background-color: #F976EF; }
a { background-color: rgb(249,118,239); }
div.DivClassName
{
background-color: #F976EF;
}
.BgClassName
{
background-color: #F976EF;
}
</style>
border-color css
<style>
span { border-color: #F976EF; }
span { border-color: rgb(249,118,239); }
td.TdClassName
{
border-color: #F976EF;
}
.TagClassName
{
border-color: #F976EF;
}
</style>