Shades of Violet #F57EEE
Tints of Violet #F57EEE
RGB
CMYK
RGB Variations
Color information
#F57EEE (or 0xF57EEE) is known color: Violet. HEX triplet: F5, 7E and EE. RGB value is (245,126,238). Sum of RGB (Red+Green+Blue) = 245+126+238=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 126 (49.61% from 255 or 20.69% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57EEE is #0A8111. Grayscale: #AEAEAE. Windows color (decimal): -688402 or 15630069. OLE color: 15630069.
HSL color Cylindrical-coordinate representation of color #F57EEE: hue angle of 303.53º 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 #F57EEE is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 238 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.04 |
| HSL | 303.53º | 0.86% | 0.73% | - |
| HSV(B) | 303.53º | 0.49% | 0.96% | - |
| XYZ | 60.55 | 40.51 | 85.52 | - |
| YUV | 174.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 238 | 0 | 0.49 | 0.03 | 0.04 | 303.53 | 0.86 | 0.73 |
| Hex | F5 | 7E | EE | 0 | 31 | 3 | 4 | 130 | 56 | 49 |
| Octal | 365 | 176 | 356 | 0 | 61 | 3 | 4 | 460 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11101110 | 0 | 110001 | 11 | 100 | 100110000 | 1010110 | 1001001 |
Color Harmonies of #F57EEE
Complementary color
Monochromatic Colors of #F57EEE
Black with #F57EEE
Text Example
Text Example
White with #F57EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EEE; }
p { color: rgb(245,126,238); }
H1.HeaderClassName
{
color: #F57EEE;
}
.AnyTagClassName
{
color: #F57EEE;
}
</style>
background-color css
<style>
a { background-color: #F57EEE; }
a { background-color: rgb(245,126,238); }
div.DivClassName
{
background-color: #F57EEE;
}
.BgClassName
{
background-color: #F57EEE;
}
</style>
border-color css
<style>
span { border-color: #F57EEE; }
span { border-color: rgb(245,126,238); }
td.TdClassName
{
border-color: #F57EEE;
}
.TagClassName
{
border-color: #F57EEE;
}
</style>