Shades of Violet Red #F0457C
Tints of Violet Red #F0457C
RGB
CMYK
RGB Variations
Color information
#F0457C (or 0xF0457C) is known color: Violet Red. HEX triplet: F0, 45 and 7C. RGB value is (240,69,124). Sum of RGB (Red+Green+Blue) = 240+69+124=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0457C is #0FBA83. Grayscale: #7E7E7E. Windows color (decimal): -1030788 or 8144368. OLE color: 8144368.
HSL color Cylindrical-coordinate representation of color #F0457C: hue angle of 340.7º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0457C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 124 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.06 |
| HSL | 340.7º | 0.85% | 0.61% | - |
| HSV(B) | 340.7º | 0.71% | 0.94% | - |
| XYZ | 41.7 | 24.24 | 21.55 | - |
| YUV | 126.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 124 | 0 | 0.71 | 0.48 | 0.06 | 340.7 | 0.85 | 0.61 |
| Hex | F0 | 45 | 7C | 0 | 47 | 30 | 6 | 155 | 55 | 3D |
| Octal | 360 | 105 | 174 | 0 | 107 | 60 | 6 | 525 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1111100 | 0 | 1000111 | 110000 | 110 | 101010101 | 1010101 | 111101 |
Color Harmonies of #F0457C
Complementary color
Monochromatic Colors of #F0457C
Black with #F0457C
Text Example
Text Example
White with #F0457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0457C; }
p { color: rgb(240,69,124); }
H1.HeaderClassName
{
color: #F0457C;
}
.AnyTagClassName
{
color: #F0457C;
}
</style>
background-color css
<style>
a { background-color: #F0457C; }
a { background-color: rgb(240,69,124); }
div.DivClassName
{
background-color: #F0457C;
}
.BgClassName
{
background-color: #F0457C;
}
</style>
border-color css
<style>
span { border-color: #F0457C; }
span { border-color: rgb(240,69,124); }
td.TdClassName
{
border-color: #F0457C;
}
.TagClassName
{
border-color: #F0457C;
}
</style>