Shades of Violet #F574ED
Tints of Violet #F574ED
RGB
CMYK
RGB Variations
Color information
#F574ED (or 0xF574ED) is known color: Violet. HEX triplet: F5, 74 and ED. RGB value is (245,116,237). Sum of RGB (Red+Green+Blue) = 245+116+237=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 116 (45.70% from 255 or 19.40% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F574ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574ED is #0A8B12. Grayscale: #A8A8A8. Windows color (decimal): -690963 or 15561973. OLE color: 15561973.
HSL color Cylindrical-coordinate representation of color #F574ED: hue angle of 303.72º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574ED is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 237 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.04 |
| HSL | 303.72º | 0.87% | 0.71% | - |
| HSV(B) | 303.72º | 0.53% | 0.96% | - |
| XYZ | 59.19 | 38.02 | 84.34 | - |
| YUV | 168.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 237 | 0 | 0.53 | 0.03 | 0.04 | 303.72 | 0.87 | 0.71 |
| Hex | F5 | 74 | ED | 0 | 35 | 3 | 4 | 130 | 57 | 47 |
| Octal | 365 | 164 | 355 | 0 | 65 | 3 | 4 | 460 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11101101 | 0 | 110101 | 11 | 100 | 100110000 | 1010111 | 1000111 |
Color Harmonies of #F574ED
Complementary color
Monochromatic Colors of #F574ED
Black with #F574ED
Text Example
Text Example
White with #F574ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574ED; }
p { color: rgb(245,116,237); }
H1.HeaderClassName
{
color: #F574ED;
}
.AnyTagClassName
{
color: #F574ED;
}
</style>
background-color css
<style>
a { background-color: #F574ED; }
a { background-color: rgb(245,116,237); }
div.DivClassName
{
background-color: #F574ED;
}
.BgClassName
{
background-color: #F574ED;
}
</style>
border-color css
<style>
span { border-color: #F574ED; }
span { border-color: rgb(245,116,237); }
td.TdClassName
{
border-color: #F574ED;
}
.TagClassName
{
border-color: #F574ED;
}
</style>