Shades of Violet #F571EF
Tints of Violet #F571EF
RGB
CMYK
RGB Variations
Color information
#F571EF (or 0xF571EF) is known color: Violet. HEX triplet: F5, 71 and EF. RGB value is (245,113,239). Sum of RGB (Red+Green+Blue) = 245+113+239=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 113 (44.53% from 255 or 18.93% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F571EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571EF is #0A8E10. Grayscale: #A6A6A6. Windows color (decimal): -691729 or 15692277. OLE color: 15692277.
HSL color Cylindrical-coordinate representation of color #F571EF: hue angle of 302.73º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571EF is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 239 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.04 |
| HSL | 302.73º | 0.87% | 0.7% | - |
| HSV(B) | 302.73º | 0.54% | 0.96% | - |
| XYZ | 59.14 | 37.45 | 85.77 | - |
| YUV | 166.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 239 | 0 | 0.54 | 0.02 | 0.04 | 302.73 | 0.87 | 0.7 |
| Hex | F5 | 71 | EF | 0 | 36 | 2 | 4 | 12F | 57 | 46 |
| Octal | 365 | 161 | 357 | 0 | 66 | 2 | 4 | 457 | 127 | 106 |
| Binary | 11110101 | 1110001 | 11101111 | 0 | 110110 | 10 | 100 | 100101111 | 1010111 | 1000110 |
Color Harmonies of #F571EF
Complementary color
Monochromatic Colors of #F571EF
Black with #F571EF
Text Example
Text Example
White with #F571EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571EF; }
p { color: rgb(245,113,239); }
H1.HeaderClassName
{
color: #F571EF;
}
.AnyTagClassName
{
color: #F571EF;
}
</style>
background-color css
<style>
a { background-color: #F571EF; }
a { background-color: rgb(245,113,239); }
div.DivClassName
{
background-color: #F571EF;
}
.BgClassName
{
background-color: #F571EF;
}
</style>
border-color css
<style>
span { border-color: #F571EF; }
span { border-color: rgb(245,113,239); }
td.TdClassName
{
border-color: #F571EF;
}
.TagClassName
{
border-color: #F571EF;
}
</style>