Shades of Violet #F577EC
Tints of Violet #F577EC
RGB
CMYK
RGB Variations
Color information
#F577EC (or 0xF577EC) is known color: Violet. HEX triplet: F5, 77 and EC. RGB value is (245,119,236). Sum of RGB (Red+Green+Blue) = 245+119+236=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 119 (46.88% from 255 or 19.83% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F577EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F577EC is #0A8813. Grayscale: #A9A9A9. Windows color (decimal): -690196 or 15497205. OLE color: 15497205.
HSL color Cylindrical-coordinate representation of color #F577EC: hue angle of 304.29º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F577EC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 119 | 236 | - |
CMYK | 0 | 0.51 | 0.04 | 0.04 |
HSL | 304.29º | 0.86% | 0.71% | - |
HSV(B) | 304.29º | 0.51% | 0.96% | - |
XYZ | 59.39 | 38.66 | 83.69 | - |
YUV | 170.01 | 165.24 | 181.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 119 | 236 | 0 | 0.51 | 0.04 | 0.04 | 304.29 | 0.86 | 0.71 |
Hex | F5 | 77 | EC | 0 | 33 | 4 | 4 | 130 | 56 | 47 |
Octal | 365 | 167 | 354 | 0 | 63 | 4 | 4 | 460 | 126 | 107 |
Binary | 11110101 | 1110111 | 11101100 | 0 | 110011 | 100 | 100 | 100110000 | 1010110 | 1000111 |
Color Harmonies of #F577EC
Complementary color
Monochromatic Colors of #F577EC
Black with #F577EC
Text Example
Text Example
White with #F577EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F577EC; }
p { color: rgb(245,119,236); }
H1.HeaderClassName
{
color: #F577EC;
}
.AnyTagClassName
{
color: #F577EC;
}
</style>
background-color css
<style>
a { background-color: #F577EC; }
a { background-color: rgb(245,119,236); }
div.DivClassName
{
background-color: #F577EC;
}
.BgClassName
{
background-color: #F577EC;
}
</style>
border-color css
<style>
span { border-color: #F577EC; }
span { border-color: rgb(245,119,236); }
td.TdClassName
{
border-color: #F577EC;
}
.TagClassName
{
border-color: #F577EC;
}
</style>