Shades of Violet #F57EEB
Tints of Violet #F57EEB
RGB
CMYK
RGB Variations
Color information
#F57EEB (or 0xF57EEB) is known color: Violet. HEX triplet: F5, 7E and EB. RGB value is (245,126,235). Sum of RGB (Red+Green+Blue) = 245+126+235=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 126 (49.61% from 255 or 20.79% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57EEB is #0A8114. Grayscale: #ADADAD. Windows color (decimal): -688405 or 15433461. OLE color: 15433461.
HSL color Cylindrical-coordinate representation of color #F57EEB: hue angle of 305.04º 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 #F57EEB is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 235 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.04 |
| HSL | 305.04º | 0.86% | 0.73% | - |
| HSV(B) | 305.04º | 0.49% | 0.96% | - |
| XYZ | 60.11 | 40.33 | 83.21 | - |
| YUV | 174.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 235 | 0 | 0.49 | 0.04 | 0.04 | 305.04 | 0.86 | 0.73 |
| Hex | F5 | 7E | EB | 0 | 31 | 4 | 4 | 131 | 56 | 49 |
| Octal | 365 | 176 | 353 | 0 | 61 | 4 | 4 | 461 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11101011 | 0 | 110001 | 100 | 100 | 100110001 | 1010110 | 1001001 |
Color Harmonies of #F57EEB
Complementary color
Monochromatic Colors of #F57EEB
Black with #F57EEB
Text Example
Text Example
White with #F57EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EEB; }
p { color: rgb(245,126,235); }
H1.HeaderClassName
{
color: #F57EEB;
}
.AnyTagClassName
{
color: #F57EEB;
}
</style>
background-color css
<style>
a { background-color: #F57EEB; }
a { background-color: rgb(245,126,235); }
div.DivClassName
{
background-color: #F57EEB;
}
.BgClassName
{
background-color: #F57EEB;
}
</style>
border-color css
<style>
span { border-color: #F57EEB; }
span { border-color: rgb(245,126,235); }
td.TdClassName
{
border-color: #F57EEB;
}
.TagClassName
{
border-color: #F57EEB;
}
</style>