Shades of Violet Red #F0357C
Tints of Violet Red #F0357C
RGB
CMYK
RGB Variations
Color information
#F0357C (or 0xF0357C) is known color: Violet Red. HEX triplet: F0, 35 and 7C. RGB value is (240,53,124). Sum of RGB (Red+Green+Blue) = 240+53+124=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0357C is #0FCA83. Grayscale: #747474. Windows color (decimal): -1034884 or 8140272. OLE color: 8140272.
HSL color Cylindrical-coordinate representation of color #F0357C: hue angle of 337.22º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0357C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 124 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.06 |
| HSL | 337.22º | 0.86% | 0.57% | - |
| HSV(B) | 337.22º | 0.78% | 0.94% | - |
| XYZ | 40.85 | 22.53 | 21.26 | - |
| YUV | 117.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 124 | 0 | 0.78 | 0.48 | 0.06 | 337.22 | 0.86 | 0.57 |
| Hex | F0 | 35 | 7C | 0 | 4E | 30 | 6 | 151 | 56 | 39 |
| Octal | 360 | 65 | 174 | 0 | 116 | 60 | 6 | 521 | 126 | 71 |
| Binary | 11110000 | 110101 | 1111100 | 0 | 1001110 | 110000 | 110 | 101010001 | 1010110 | 111001 |
Color Harmonies of #F0357C
Complementary color
Monochromatic Colors of #F0357C
Black with #F0357C
Text Example
Text Example
White with #F0357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0357C; }
p { color: rgb(240,53,124); }
H1.HeaderClassName
{
color: #F0357C;
}
.AnyTagClassName
{
color: #F0357C;
}
</style>
background-color css
<style>
a { background-color: #F0357C; }
a { background-color: rgb(240,53,124); }
div.DivClassName
{
background-color: #F0357C;
}
.BgClassName
{
background-color: #F0357C;
}
</style>
border-color css
<style>
span { border-color: #F0357C; }
span { border-color: rgb(240,53,124); }
td.TdClassName
{
border-color: #F0357C;
}
.TagClassName
{
border-color: #F0357C;
}
</style>