Shades of Violet #F570EA
Tints of Violet #F570EA
RGB
CMYK
RGB Variations
Color information
#F570EA (or 0xF570EA) is known color: Violet. HEX triplet: F5, 70 and EA. RGB value is (245,112,234). Sum of RGB (Red+Green+Blue) = 245+112+234=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F570EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F570EA is #0A8F15. Grayscale: #A5A5A5. Windows color (decimal): -691990 or 15364341. OLE color: 15364341.
HSL color Cylindrical-coordinate representation of color #F570EA: hue angle of 304.96º 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 #F570EA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 234 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.04 |
| HSL | 304.96º | 0.87% | 0.7% | - |
| HSV(B) | 304.96º | 0.54% | 0.96% | - |
| XYZ | 58.3 | 36.94 | 81.9 | - |
| YUV | 165.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 234 | 0 | 0.54 | 0.04 | 0.04 | 304.96 | 0.87 | 0.7 |
| Hex | F5 | 70 | EA | 0 | 36 | 4 | 4 | 131 | 57 | 46 |
| Octal | 365 | 160 | 352 | 0 | 66 | 4 | 4 | 461 | 127 | 106 |
| Binary | 11110101 | 1110000 | 11101010 | 0 | 110110 | 100 | 100 | 100110001 | 1010111 | 1000110 |
Color Harmonies of #F570EA
Complementary color
Monochromatic Colors of #F570EA
Black with #F570EA
Text Example
Text Example
White with #F570EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F570EA; }
p { color: rgb(245,112,234); }
H1.HeaderClassName
{
color: #F570EA;
}
.AnyTagClassName
{
color: #F570EA;
}
</style>
background-color css
<style>
a { background-color: #F570EA; }
a { background-color: rgb(245,112,234); }
div.DivClassName
{
background-color: #F570EA;
}
.BgClassName
{
background-color: #F570EA;
}
</style>
border-color css
<style>
span { border-color: #F570EA; }
span { border-color: rgb(245,112,234); }
td.TdClassName
{
border-color: #F570EA;
}
.TagClassName
{
border-color: #F570EA;
}
</style>