Shades of Violet #F575ED
Tints of Violet #F575ED
RGB
CMYK
RGB Variations
Color information
#F575ED (or 0xF575ED) is known color: Violet. HEX triplet: F5, 75 and ED. RGB value is (245,117,237). Sum of RGB (Red+Green+Blue) = 245+117+237=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 117 (46.09% from 255 or 19.53% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F575ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575ED is #0A8A12. Grayscale: #A8A8A8. Windows color (decimal): -690707 or 15562229. OLE color: 15562229.
HSL color Cylindrical-coordinate representation of color #F575ED: hue angle of 303.75º 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 #F575ED is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 237 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.04 |
| HSL | 303.75º | 0.86% | 0.71% | - |
| HSV(B) | 303.75º | 0.52% | 0.96% | - |
| XYZ | 59.3 | 38.25 | 84.38 | - |
| YUV | 168.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 237 | 0 | 0.52 | 0.03 | 0.04 | 303.75 | 0.86 | 0.71 |
| Hex | F5 | 75 | ED | 0 | 34 | 3 | 4 | 130 | 56 | 47 |
| Octal | 365 | 165 | 355 | 0 | 64 | 3 | 4 | 460 | 126 | 107 |
| Binary | 11110101 | 1110101 | 11101101 | 0 | 110100 | 11 | 100 | 100110000 | 1010110 | 1000111 |
Color Harmonies of #F575ED
Complementary color
Monochromatic Colors of #F575ED
Black with #F575ED
Text Example
Text Example
White with #F575ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575ED; }
p { color: rgb(245,117,237); }
H1.HeaderClassName
{
color: #F575ED;
}
.AnyTagClassName
{
color: #F575ED;
}
</style>
background-color css
<style>
a { background-color: #F575ED; }
a { background-color: rgb(245,117,237); }
div.DivClassName
{
background-color: #F575ED;
}
.BgClassName
{
background-color: #F575ED;
}
</style>
border-color css
<style>
span { border-color: #F575ED; }
span { border-color: rgb(245,117,237); }
td.TdClassName
{
border-color: #F575ED;
}
.TagClassName
{
border-color: #F575ED;
}
</style>