Shades of Violet #F57BF0
Tints of Violet #F57BF0
RGB
CMYK
RGB Variations
Color information
#F57BF0 (or 0xF57BF0) is known color: Violet. HEX triplet: F5, 7B and F0. RGB value is (245,123,240). Sum of RGB (Red+Green+Blue) = 245+123+240=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 123 (48.44% from 255 or 20.23% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BF0 is #0A840F. Grayscale: #ACACAC. Windows color (decimal): -689168 or 15760373. OLE color: 15760373.
HSL color Cylindrical-coordinate representation of color #F57BF0: hue angle of 302.46º 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 #F57BF0 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 240 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.04 |
| HSL | 302.46º | 0.86% | 0.72% | - |
| HSV(B) | 302.46º | 0.5% | 0.96% | - |
| XYZ | 60.47 | 39.87 | 86.95 | - |
| YUV | 172.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 240 | 0 | 0.50 | 0.02 | 0.04 | 302.46 | 0.86 | 0.72 |
| Hex | F5 | 7B | F0 | 0 | 32 | 2 | 4 | 12E | 56 | 48 |
| Octal | 365 | 173 | 360 | 0 | 62 | 2 | 4 | 456 | 126 | 110 |
| Binary | 11110101 | 1111011 | 11110000 | 0 | 110010 | 10 | 100 | 100101110 | 1010110 | 1001000 |
Color Harmonies of #F57BF0
Complementary color
Monochromatic Colors of #F57BF0
Black with #F57BF0
Text Example
Text Example
White with #F57BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BF0; }
p { color: rgb(245,123,240); }
H1.HeaderClassName
{
color: #F57BF0;
}
.AnyTagClassName
{
color: #F57BF0;
}
</style>
background-color css
<style>
a { background-color: #F57BF0; }
a { background-color: rgb(245,123,240); }
div.DivClassName
{
background-color: #F57BF0;
}
.BgClassName
{
background-color: #F57BF0;
}
</style>
border-color css
<style>
span { border-color: #F57BF0; }
span { border-color: rgb(245,123,240); }
td.TdClassName
{
border-color: #F57BF0;
}
.TagClassName
{
border-color: #F57BF0;
}
</style>