Shades of Violet #F57BED
Tints of Violet #F57BED
RGB
CMYK
RGB Variations
Color information
#F57BED (or 0xF57BED) is known color: Violet. HEX triplet: F5, 7B and ED. RGB value is (245,123,237). Sum of RGB (Red+Green+Blue) = 245+123+237=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 123 (48.44% from 255 or 20.33% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BED is #0A8412. Grayscale: #ACACAC. Windows color (decimal): -689171 or 15563765. OLE color: 15563765.
HSL color Cylindrical-coordinate representation of color #F57BED: hue angle of 303.93º 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 #F57BED is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 237 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.04 |
| HSL | 303.93º | 0.86% | 0.72% | - |
| HSV(B) | 303.93º | 0.5% | 0.96% | - |
| XYZ | 60.03 | 39.69 | 84.62 | - |
| YUV | 172.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 237 | 0 | 0.50 | 0.03 | 0.04 | 303.93 | 0.86 | 0.72 |
| Hex | F5 | 7B | ED | 0 | 32 | 3 | 4 | 130 | 56 | 48 |
| Octal | 365 | 173 | 355 | 0 | 62 | 3 | 4 | 460 | 126 | 110 |
| Binary | 11110101 | 1111011 | 11101101 | 0 | 110010 | 11 | 100 | 100110000 | 1010110 | 1001000 |
Color Harmonies of #F57BED
Complementary color
Monochromatic Colors of #F57BED
Black with #F57BED
Text Example
Text Example
White with #F57BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BED; }
p { color: rgb(245,123,237); }
H1.HeaderClassName
{
color: #F57BED;
}
.AnyTagClassName
{
color: #F57BED;
}
</style>
background-color css
<style>
a { background-color: #F57BED; }
a { background-color: rgb(245,123,237); }
div.DivClassName
{
background-color: #F57BED;
}
.BgClassName
{
background-color: #F57BED;
}
</style>
border-color css
<style>
span { border-color: #F57BED; }
span { border-color: rgb(245,123,237); }
td.TdClassName
{
border-color: #F57BED;
}
.TagClassName
{
border-color: #F57BED;
}
</style>