Shades of Violet #F576ED
Tints of Violet #F576ED
RGB
CMYK
RGB Variations
Color information
#F576ED (or 0xF576ED) is known color: Violet. HEX triplet: F5, 76 and ED. RGB value is (245,118,237). Sum of RGB (Red+Green+Blue) = 245+118+237=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F576ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F576ED is #0A8912. Grayscale: #A9A9A9. Windows color (decimal): -690451 or 15562485. OLE color: 15562485.
HSL color Cylindrical-coordinate representation of color #F576ED: hue angle of 303.78º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F576ED is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 237 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.04 |
| HSL | 303.78º | 0.86% | 0.71% | - |
| HSV(B) | 303.78º | 0.52% | 0.96% | - |
| XYZ | 59.42 | 38.48 | 84.42 | - |
| YUV | 169.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 237 | 0 | 0.52 | 0.03 | 0.04 | 303.78 | 0.86 | 0.71 |
| Hex | F5 | 76 | ED | 0 | 34 | 3 | 4 | 130 | 56 | 47 |
| Octal | 365 | 166 | 355 | 0 | 64 | 3 | 4 | 460 | 126 | 107 |
| Binary | 11110101 | 1110110 | 11101101 | 0 | 110100 | 11 | 100 | 100110000 | 1010110 | 1000111 |
Color Harmonies of #F576ED
Complementary color
Monochromatic Colors of #F576ED
Black with #F576ED
Text Example
Text Example
White with #F576ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576ED; }
p { color: rgb(245,118,237); }
H1.HeaderClassName
{
color: #F576ED;
}
.AnyTagClassName
{
color: #F576ED;
}
</style>
background-color css
<style>
a { background-color: #F576ED; }
a { background-color: rgb(245,118,237); }
div.DivClassName
{
background-color: #F576ED;
}
.BgClassName
{
background-color: #F576ED;
}
</style>
border-color css
<style>
span { border-color: #F576ED; }
span { border-color: rgb(245,118,237); }
td.TdClassName
{
border-color: #F576ED;
}
.TagClassName
{
border-color: #F576ED;
}
</style>