Shades of Violet #F57AED
Tints of Violet #F57AED
RGB
CMYK
RGB Variations
Color information
#F57AED (or 0xF57AED) is known color: Violet. HEX triplet: F5, 7A and ED. RGB value is (245,122,237). Sum of RGB (Red+Green+Blue) = 245+122+237=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 122 (48.05% from 255 or 20.20% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AED is #0A8512. Grayscale: #ABABAB. Windows color (decimal): -689427 or 15563509. OLE color: 15563509.
HSL color Cylindrical-coordinate representation of color #F57AED: hue angle of 303.9º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AED is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 237 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.04 |
| HSL | 303.9º | 0.86% | 0.72% | - |
| HSV(B) | 303.9º | 0.5% | 0.96% | - |
| XYZ | 59.9 | 39.45 | 84.58 | - |
| YUV | 171.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 237 | 0 | 0.50 | 0.03 | 0.04 | 303.9 | 0.86 | 0.72 |
| Hex | F5 | 7A | ED | 0 | 32 | 3 | 4 | 130 | 56 | 48 |
| Octal | 365 | 172 | 355 | 0 | 62 | 3 | 4 | 460 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11101101 | 0 | 110010 | 11 | 100 | 100110000 | 1010110 | 1001000 |
Color Harmonies of #F57AED
Complementary color
Monochromatic Colors of #F57AED
Black with #F57AED
Text Example
Text Example
White with #F57AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AED; }
p { color: rgb(245,122,237); }
H1.HeaderClassName
{
color: #F57AED;
}
.AnyTagClassName
{
color: #F57AED;
}
</style>
background-color css
<style>
a { background-color: #F57AED; }
a { background-color: rgb(245,122,237); }
div.DivClassName
{
background-color: #F57AED;
}
.BgClassName
{
background-color: #F57AED;
}
</style>
border-color css
<style>
span { border-color: #F57AED; }
span { border-color: rgb(245,122,237); }
td.TdClassName
{
border-color: #F57AED;
}
.TagClassName
{
border-color: #F57AED;
}
</style>