Shades of Violet #F57BEC
Tints of Violet #F57BEC
RGB
CMYK
RGB Variations
Color information
#F57BEC (or 0xF57BEC) is known color: Violet. HEX triplet: F5, 7B and EC. RGB value is (245,123,236). Sum of RGB (Red+Green+Blue) = 245+123+236=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 123 (48.44% from 255 or 20.36% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BEC is #0A8413. Grayscale: #ACACAC. Windows color (decimal): -689172 or 15498229. OLE color: 15498229.
HSL color Cylindrical-coordinate representation of color #F57BEC: hue angle of 304.43º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57BEC is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 236 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.04 |
| HSL | 304.43º | 0.86% | 0.72% | - |
| HSV(B) | 304.43º | 0.5% | 0.96% | - |
| XYZ | 59.88 | 39.63 | 83.85 | - |
| YUV | 172.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 236 | 0 | 0.50 | 0.04 | 0.04 | 304.43 | 0.86 | 0.72 |
| Hex | F5 | 7B | EC | 0 | 32 | 4 | 4 | 130 | 56 | 48 |
| Octal | 365 | 173 | 354 | 0 | 62 | 4 | 4 | 460 | 126 | 110 |
| Binary | 11110101 | 1111011 | 11101100 | 0 | 110010 | 100 | 100 | 100110000 | 1010110 | 1001000 |
Color Harmonies of #F57BEC
Complementary color
Monochromatic Colors of #F57BEC
Black with #F57BEC
Text Example
Text Example
White with #F57BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BEC; }
p { color: rgb(245,123,236); }
H1.HeaderClassName
{
color: #F57BEC;
}
.AnyTagClassName
{
color: #F57BEC;
}
</style>
background-color css
<style>
a { background-color: #F57BEC; }
a { background-color: rgb(245,123,236); }
div.DivClassName
{
background-color: #F57BEC;
}
.BgClassName
{
background-color: #F57BEC;
}
</style>
border-color css
<style>
span { border-color: #F57BEC; }
span { border-color: rgb(245,123,236); }
td.TdClassName
{
border-color: #F57BEC;
}
.TagClassName
{
border-color: #F57BEC;
}
</style>