Shades of Violet Red #F0357E
Tints of Violet Red #F0357E
RGB
CMYK
RGB Variations
Color information
#F0357E (or 0xF0357E) is known color: Violet Red. HEX triplet: F0, 35 and 7E. RGB value is (240,53,126). Sum of RGB (Red+Green+Blue) = 240+53+126=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0357E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0357E is #0FCA81. Grayscale: #757575. Windows color (decimal): -1034882 or 8271344. OLE color: 8271344.
HSL color Cylindrical-coordinate representation of color #F0357E: hue angle of 336.58º 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 #F0357E is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 126 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.06 |
| HSL | 336.58º | 0.86% | 0.57% | - |
| HSV(B) | 336.58º | 0.78% | 0.94% | - |
| XYZ | 40.97 | 22.58 | 21.94 | - |
| YUV | 117.24 | 132.95 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 126 | 0 | 0.78 | 0.48 | 0.06 | 336.58 | 0.86 | 0.57 |
| Hex | F0 | 35 | 7E | 0 | 4E | 30 | 6 | 151 | 56 | 39 |
| Octal | 360 | 65 | 176 | 0 | 116 | 60 | 6 | 521 | 126 | 71 |
| Binary | 11110000 | 110101 | 1111110 | 0 | 1001110 | 110000 | 110 | 101010001 | 1010110 | 111001 |
Color Harmonies of #F0357E
Complementary color
Monochromatic Colors of #F0357E
Black with #F0357E
Text Example
Text Example
White with #F0357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0357E; }
p { color: rgb(240,53,126); }
H1.HeaderClassName
{
color: #F0357E;
}
.AnyTagClassName
{
color: #F0357E;
}
</style>
background-color css
<style>
a { background-color: #F0357E; }
a { background-color: rgb(240,53,126); }
div.DivClassName
{
background-color: #F0357E;
}
.BgClassName
{
background-color: #F0357E;
}
</style>
border-color css
<style>
span { border-color: #F0357E; }
span { border-color: rgb(240,53,126); }
td.TdClassName
{
border-color: #F0357E;
}
.TagClassName
{
border-color: #F0357E;
}
</style>