Shades of Violet #F578ED
Tints of Violet #F578ED
RGB
CMYK
RGB Variations
Color information
#F578ED (or 0xF578ED) is known color: Violet. HEX triplet: F5, 78 and ED. RGB value is (245,120,237). Sum of RGB (Red+Green+Blue) = 245+120+237=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F578ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F578ED is #0A8712. Grayscale: #AAAAAA. Windows color (decimal): -689939 or 15562997. OLE color: 15562997.
HSL color Cylindrical-coordinate representation of color #F578ED: hue angle of 303.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F578ED is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 237 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.04 |
| HSL | 303.84º | 0.86% | 0.72% | - |
| HSV(B) | 303.84º | 0.51% | 0.96% | - |
| XYZ | 59.66 | 38.96 | 84.5 | - |
| YUV | 170.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 237 | 0 | 0.51 | 0.03 | 0.04 | 303.84 | 0.86 | 0.72 |
| Hex | F5 | 78 | ED | 0 | 33 | 3 | 4 | 130 | 56 | 48 |
| Octal | 365 | 170 | 355 | 0 | 63 | 3 | 4 | 460 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11101101 | 0 | 110011 | 11 | 100 | 100110000 | 1010110 | 1001000 |
Color Harmonies of #F578ED
Complementary color
Monochromatic Colors of #F578ED
Black with #F578ED
Text Example
Text Example
White with #F578ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578ED; }
p { color: rgb(245,120,237); }
H1.HeaderClassName
{
color: #F578ED;
}
.AnyTagClassName
{
color: #F578ED;
}
</style>
background-color css
<style>
a { background-color: #F578ED; }
a { background-color: rgb(245,120,237); }
div.DivClassName
{
background-color: #F578ED;
}
.BgClassName
{
background-color: #F578ED;
}
</style>
border-color css
<style>
span { border-color: #F578ED; }
span { border-color: rgb(245,120,237); }
td.TdClassName
{
border-color: #F578ED;
}
.TagClassName
{
border-color: #F578ED;
}
</style>