Shades of Violet #F57CEE
Tints of Violet #F57CEE
RGB
CMYK
RGB Variations
Color information
#F57CEE (or 0xF57CEE) is known color: Violet. HEX triplet: F5, 7C and EE. RGB value is (245,124,238). Sum of RGB (Red+Green+Blue) = 245+124+238=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57CEE is #0A8311. Grayscale: #ACACAC. Windows color (decimal): -688914 or 15629557. OLE color: 15629557.
HSL color Cylindrical-coordinate representation of color #F57CEE: hue angle of 303.47º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57CEE is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 238 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.04 |
| HSL | 303.47º | 0.86% | 0.72% | - |
| HSV(B) | 303.47º | 0.49% | 0.96% | - |
| XYZ | 60.3 | 40 | 85.43 | - |
| YUV | 173.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 238 | 0 | 0.49 | 0.03 | 0.04 | 303.47 | 0.86 | 0.72 |
| Hex | F5 | 7C | EE | 0 | 31 | 3 | 4 | 12F | 56 | 48 |
| Octal | 365 | 174 | 356 | 0 | 61 | 3 | 4 | 457 | 126 | 110 |
| Binary | 11110101 | 1111100 | 11101110 | 0 | 110001 | 11 | 100 | 100101111 | 1010110 | 1001000 |
Color Harmonies of #F57CEE
Complementary color
Monochromatic Colors of #F57CEE
Black with #F57CEE
Text Example
Text Example
White with #F57CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CEE; }
p { color: rgb(245,124,238); }
H1.HeaderClassName
{
color: #F57CEE;
}
.AnyTagClassName
{
color: #F57CEE;
}
</style>
background-color css
<style>
a { background-color: #F57CEE; }
a { background-color: rgb(245,124,238); }
div.DivClassName
{
background-color: #F57CEE;
}
.BgClassName
{
background-color: #F57CEE;
}
</style>
border-color css
<style>
span { border-color: #F57CEE; }
span { border-color: rgb(245,124,238); }
td.TdClassName
{
border-color: #F57CEE;
}
.TagClassName
{
border-color: #F57CEE;
}
</style>