Shades of Violet #F574F0
Tints of Violet #F574F0
RGB
CMYK
RGB Variations
Color information
#F574F0 (or 0xF574F0) is known color: Violet. HEX triplet: F5, 74 and F0. RGB value is (245,116,240). Sum of RGB (Red+Green+Blue) = 245+116+240=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F574F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574F0 is #0A8B0F. Grayscale: #A8A8A8. Windows color (decimal): -690960 or 15758581. OLE color: 15758581.
HSL color Cylindrical-coordinate representation of color #F574F0: hue angle of 302.33º 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 #F574F0 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 240 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.04 |
| HSL | 302.33º | 0.87% | 0.71% | - |
| HSV(B) | 302.33º | 0.53% | 0.96% | - |
| XYZ | 59.63 | 38.19 | 86.67 | - |
| YUV | 168.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 240 | 0 | 0.53 | 0.02 | 0.04 | 302.33 | 0.87 | 0.71 |
| Hex | F5 | 74 | F0 | 0 | 35 | 2 | 4 | 12E | 57 | 47 |
| Octal | 365 | 164 | 360 | 0 | 65 | 2 | 4 | 456 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11110000 | 0 | 110101 | 10 | 100 | 100101110 | 1010111 | 1000111 |
Color Harmonies of #F574F0
Complementary color
Monochromatic Colors of #F574F0
Black with #F574F0
Text Example
Text Example
White with #F574F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574F0; }
p { color: rgb(245,116,240); }
H1.HeaderClassName
{
color: #F574F0;
}
.AnyTagClassName
{
color: #F574F0;
}
</style>
background-color css
<style>
a { background-color: #F574F0; }
a { background-color: rgb(245,116,240); }
div.DivClassName
{
background-color: #F574F0;
}
.BgClassName
{
background-color: #F574F0;
}
</style>
border-color css
<style>
span { border-color: #F574F0; }
span { border-color: rgb(245,116,240); }
td.TdClassName
{
border-color: #F574F0;
}
.TagClassName
{
border-color: #F574F0;
}
</style>