Shades of Violet #F57DF8
Tints of Violet #F57DF8
RGB
CMYK
RGB Variations
Color information
#F57DF8 (or 0xF57DF8) is known color: Violet. HEX triplet: F5, 7D and F8. RGB value is (245,125,248). Sum of RGB (Red+Green+Blue) = 245+125+248=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #F57DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DF8 is #0A8207. Grayscale: #AEAEAE. Windows color (decimal): -688648 or 16285173. OLE color: 16285173.
HSL color Cylindrical-coordinate representation of color #F57DF8: hue angle of 298.54º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57DF8 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 125 | 248 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.03 |
| HSL | 298.54º | 0.9% | 0.73% | - |
| HSV(B) | 298.54º | 0.5% | 0.97% | - |
| XYZ | 61.93 | 40.86 | 93.43 | - |
| YUV | 174.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 248 | 0.01 | 0.50 | 0 | 0.03 | 298.54 | 0.9 | 0.73 |
| Hex | F5 | 7D | F8 | 1 | 32 | 0 | 3 | 12B | 5A | 49 |
| Octal | 365 | 175 | 370 | 1 | 62 | 0 | 3 | 453 | 132 | 111 |
| Binary | 11110101 | 1111101 | 11111000 | 1 | 110010 | 0 | 11 | 100101011 | 1011010 | 1001001 |
Color Harmonies of #F57DF8
Complementary color
Monochromatic Colors of #F57DF8
Black with #F57DF8
Text Example
Text Example
White with #F57DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DF8; }
p { color: rgb(245,125,248); }
H1.HeaderClassName
{
color: #F57DF8;
}
.AnyTagClassName
{
color: #F57DF8;
}
</style>
background-color css
<style>
a { background-color: #F57DF8; }
a { background-color: rgb(245,125,248); }
div.DivClassName
{
background-color: #F57DF8;
}
.BgClassName
{
background-color: #F57DF8;
}
</style>
border-color css
<style>
span { border-color: #F57DF8; }
span { border-color: rgb(245,125,248); }
td.TdClassName
{
border-color: #F57DF8;
}
.TagClassName
{
border-color: #F57DF8;
}
</style>