Shades of Violet #F57DEE
Tints of Violet #F57DEE
RGB
CMYK
RGB Variations
Color information
#F57DEE (or 0xF57DEE) is known color: Violet. HEX triplet: F5, 7D and EE. RGB value is (245,125,238). Sum of RGB (Red+Green+Blue) = 245+125+238=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 125 (49.22% from 255 or 20.56% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DEE is #0A8211. Grayscale: #ADADAD. Windows color (decimal): -688658 or 15629813. OLE color: 15629813.
HSL color Cylindrical-coordinate representation of color #F57DEE: hue angle of 303.5º 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 #F57DEE is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 238 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.04 |
| HSL | 303.5º | 0.86% | 0.73% | - |
| HSV(B) | 303.5º | 0.49% | 0.96% | - |
| XYZ | 60.42 | 40.25 | 85.47 | - |
| YUV | 173.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 238 | 0 | 0.49 | 0.03 | 0.04 | 303.5 | 0.86 | 0.73 |
| Hex | F5 | 7D | EE | 0 | 31 | 3 | 4 | 130 | 56 | 49 |
| Octal | 365 | 175 | 356 | 0 | 61 | 3 | 4 | 460 | 126 | 111 |
| Binary | 11110101 | 1111101 | 11101110 | 0 | 110001 | 11 | 100 | 100110000 | 1010110 | 1001001 |
Color Harmonies of #F57DEE
Complementary color
Monochromatic Colors of #F57DEE
Black with #F57DEE
Text Example
Text Example
White with #F57DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DEE; }
p { color: rgb(245,125,238); }
H1.HeaderClassName
{
color: #F57DEE;
}
.AnyTagClassName
{
color: #F57DEE;
}
</style>
background-color css
<style>
a { background-color: #F57DEE; }
a { background-color: rgb(245,125,238); }
div.DivClassName
{
background-color: #F57DEE;
}
.BgClassName
{
background-color: #F57DEE;
}
</style>
border-color css
<style>
span { border-color: #F57DEE; }
span { border-color: rgb(245,125,238); }
td.TdClassName
{
border-color: #F57DEE;
}
.TagClassName
{
border-color: #F57DEE;
}
</style>