Shades of Violet #F57EEF
Tints of Violet #F57EEF
RGB
CMYK
RGB Variations
Color information
#F57EEF (or 0xF57EEF) is known color: Violet. HEX triplet: F5, 7E and EF. RGB value is (245,126,239). Sum of RGB (Red+Green+Blue) = 245+126+239=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 126 (49.61% from 255 or 20.66% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57EEF is #0A8110. Grayscale: #AEAEAE. Windows color (decimal): -688401 or 15695605. OLE color: 15695605.
HSL color Cylindrical-coordinate representation of color #F57EEF: hue angle of 303.03º 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 #F57EEF is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 239 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.04 |
| HSL | 303.03º | 0.86% | 0.73% | - |
| HSV(B) | 303.03º | 0.49% | 0.96% | - |
| XYZ | 60.7 | 40.57 | 86.29 | - |
| YUV | 174.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 239 | 0 | 0.49 | 0.02 | 0.04 | 303.03 | 0.86 | 0.73 |
| Hex | F5 | 7E | EF | 0 | 31 | 2 | 4 | 12F | 56 | 49 |
| Octal | 365 | 176 | 357 | 0 | 61 | 2 | 4 | 457 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11101111 | 0 | 110001 | 10 | 100 | 100101111 | 1010110 | 1001001 |
Color Harmonies of #F57EEF
Complementary color
Monochromatic Colors of #F57EEF
Black with #F57EEF
Text Example
Text Example
White with #F57EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EEF; }
p { color: rgb(245,126,239); }
H1.HeaderClassName
{
color: #F57EEF;
}
.AnyTagClassName
{
color: #F57EEF;
}
</style>
background-color css
<style>
a { background-color: #F57EEF; }
a { background-color: rgb(245,126,239); }
div.DivClassName
{
background-color: #F57EEF;
}
.BgClassName
{
background-color: #F57EEF;
}
</style>
border-color css
<style>
span { border-color: #F57EEF; }
span { border-color: rgb(245,126,239); }
td.TdClassName
{
border-color: #F57EEF;
}
.TagClassName
{
border-color: #F57EEF;
}
</style>