Shades of Violet #F572ED
Tints of Violet #F572ED
RGB
CMYK
RGB Variations
Color information
#F572ED (or 0xF572ED) is known color: Violet. HEX triplet: F5, 72 and ED. RGB value is (245,114,237). Sum of RGB (Red+Green+Blue) = 245+114+237=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F572ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572ED is #0A8D12. Grayscale: #A6A6A6. Windows color (decimal): -691475 or 15561461. OLE color: 15561461.
HSL color Cylindrical-coordinate representation of color #F572ED: hue angle of 303.66º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572ED is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 237 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.04 |
| HSL | 303.66º | 0.87% | 0.7% | - |
| HSV(B) | 303.66º | 0.53% | 0.96% | - |
| XYZ | 58.96 | 37.56 | 84.26 | - |
| YUV | 167.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 237 | 0 | 0.53 | 0.03 | 0.04 | 303.66 | 0.87 | 0.7 |
| Hex | F5 | 72 | ED | 0 | 35 | 3 | 4 | 130 | 57 | 46 |
| Octal | 365 | 162 | 355 | 0 | 65 | 3 | 4 | 460 | 127 | 106 |
| Binary | 11110101 | 1110010 | 11101101 | 0 | 110101 | 11 | 100 | 100110000 | 1010111 | 1000110 |
Color Harmonies of #F572ED
Complementary color
Monochromatic Colors of #F572ED
Black with #F572ED
Text Example
Text Example
White with #F572ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F572ED; }
p { color: rgb(245,114,237); }
H1.HeaderClassName
{
color: #F572ED;
}
.AnyTagClassName
{
color: #F572ED;
}
</style>
background-color css
<style>
a { background-color: #F572ED; }
a { background-color: rgb(245,114,237); }
div.DivClassName
{
background-color: #F572ED;
}
.BgClassName
{
background-color: #F572ED;
}
</style>
border-color css
<style>
span { border-color: #F572ED; }
span { border-color: rgb(245,114,237); }
td.TdClassName
{
border-color: #F572ED;
}
.TagClassName
{
border-color: #F572ED;
}
</style>