Shades of Violet #F57DF1
Tints of Violet #F57DF1
RGB
CMYK
RGB Variations
Color information
#F57DF1 (or 0xF57DF1) is known color: Violet. HEX triplet: F5, 7D and F1. RGB value is (245,125,241). Sum of RGB (Red+Green+Blue) = 245+125+241=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 125 (49.22% from 255 or 20.46% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DF1 is #0A820E. Grayscale: #ADADAD. Windows color (decimal): -688655 or 15826421. OLE color: 15826421.
HSL color Cylindrical-coordinate representation of color #F57DF1: hue angle of 302º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57DF1 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 241 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.04 |
| HSL | 302º | 0.86% | 0.73% | - |
| HSV(B) | 302º | 0.49% | 0.96% | - |
| XYZ | 60.87 | 40.43 | 87.81 | - |
| YUV | 174.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 241 | 0 | 0.49 | 0.02 | 0.04 | 302 | 0.86 | 0.73 |
| Hex | F5 | 7D | F1 | 0 | 31 | 2 | 4 | 12E | 56 | 49 |
| Octal | 365 | 175 | 361 | 0 | 61 | 2 | 4 | 456 | 126 | 111 |
| Binary | 11110101 | 1111101 | 11110001 | 0 | 110001 | 10 | 100 | 100101110 | 1010110 | 1001001 |
Color Harmonies of #F57DF1
Complementary color
Monochromatic Colors of #F57DF1
Black with #F57DF1
Text Example
Text Example
White with #F57DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DF1; }
p { color: rgb(245,125,241); }
H1.HeaderClassName
{
color: #F57DF1;
}
.AnyTagClassName
{
color: #F57DF1;
}
</style>
background-color css
<style>
a { background-color: #F57DF1; }
a { background-color: rgb(245,125,241); }
div.DivClassName
{
background-color: #F57DF1;
}
.BgClassName
{
background-color: #F57DF1;
}
</style>
border-color css
<style>
span { border-color: #F57DF1; }
span { border-color: rgb(245,125,241); }
td.TdClassName
{
border-color: #F57DF1;
}
.TagClassName
{
border-color: #F57DF1;
}
</style>