Shades of Violet #F57FED
Tints of Violet #F57FED
RGB
CMYK
RGB Variations
Color information
#F57FED (or 0xF57FED) is known color: Violet. HEX triplet: F5, 7F and ED. RGB value is (245,127,237). Sum of RGB (Red+Green+Blue) = 245+127+237=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 127 (50% from 255 or 20.85% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FED is #0A8012. Grayscale: #AEAEAE. Windows color (decimal): -688147 or 15564789. OLE color: 15564789.
HSL color Cylindrical-coordinate representation of color #F57FED: hue angle of 304.07º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FED is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 237 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.04 |
| HSL | 304.07º | 0.86% | 0.73% | - |
| HSV(B) | 304.07º | 0.48% | 0.96% | - |
| XYZ | 60.53 | 40.71 | 84.79 | - |
| YUV | 174.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 237 | 0 | 0.48 | 0.03 | 0.04 | 304.07 | 0.86 | 0.73 |
| Hex | F5 | 7F | ED | 0 | 30 | 3 | 4 | 130 | 56 | 49 |
| Octal | 365 | 177 | 355 | 0 | 60 | 3 | 4 | 460 | 126 | 111 |
| Binary | 11110101 | 1111111 | 11101101 | 0 | 110000 | 11 | 100 | 100110000 | 1010110 | 1001001 |
Color Harmonies of #F57FED
Complementary color
Monochromatic Colors of #F57FED
Black with #F57FED
Text Example
Text Example
White with #F57FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FED; }
p { color: rgb(245,127,237); }
H1.HeaderClassName
{
color: #F57FED;
}
.AnyTagClassName
{
color: #F57FED;
}
</style>
background-color css
<style>
a { background-color: #F57FED; }
a { background-color: rgb(245,127,237); }
div.DivClassName
{
background-color: #F57FED;
}
.BgClassName
{
background-color: #F57FED;
}
</style>
border-color css
<style>
span { border-color: #F57FED; }
span { border-color: rgb(245,127,237); }
td.TdClassName
{
border-color: #F57FED;
}
.TagClassName
{
border-color: #F57FED;
}
</style>