Shades of Violet #F57BEE
Tints of Violet #F57BEE
RGB
CMYK
RGB Variations
Color information
#F57BEE (or 0xF57BEE) is known color: Violet. HEX triplet: F5, 7B and EE. RGB value is (245,123,238). Sum of RGB (Red+Green+Blue) = 245+123+238=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 123 (48.44% from 255 or 20.30% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BEE is #0A8411. Grayscale: #ACACAC. Windows color (decimal): -689170 or 15629301. OLE color: 15629301.
HSL color Cylindrical-coordinate representation of color #F57BEE: hue angle of 303.44º 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 #F57BEE is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 238 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.04 |
| HSL | 303.44º | 0.86% | 0.72% | - |
| HSV(B) | 303.44º | 0.5% | 0.96% | - |
| XYZ | 60.17 | 39.75 | 85.39 | - |
| YUV | 172.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 238 | 0 | 0.50 | 0.03 | 0.04 | 303.44 | 0.86 | 0.72 |
| Hex | F5 | 7B | EE | 0 | 32 | 3 | 4 | 12F | 56 | 48 |
| Octal | 365 | 173 | 356 | 0 | 62 | 3 | 4 | 457 | 126 | 110 |
| Binary | 11110101 | 1111011 | 11101110 | 0 | 110010 | 11 | 100 | 100101111 | 1010110 | 1001000 |
Color Harmonies of #F57BEE
Complementary color
Monochromatic Colors of #F57BEE
Black with #F57BEE
Text Example
Text Example
White with #F57BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BEE; }
p { color: rgb(245,123,238); }
H1.HeaderClassName
{
color: #F57BEE;
}
.AnyTagClassName
{
color: #F57BEE;
}
</style>
background-color css
<style>
a { background-color: #F57BEE; }
a { background-color: rgb(245,123,238); }
div.DivClassName
{
background-color: #F57BEE;
}
.BgClassName
{
background-color: #F57BEE;
}
</style>
border-color css
<style>
span { border-color: #F57BEE; }
span { border-color: rgb(245,123,238); }
td.TdClassName
{
border-color: #F57BEE;
}
.TagClassName
{
border-color: #F57BEE;
}
</style>