Shades of Violet Red #F0357B
Tints of Violet Red #F0357B
RGB
CMYK
RGB Variations
Color information
#F0357B (or 0xF0357B) is known color: Violet Red. HEX triplet: F0, 35 and 7B. RGB value is (240,53,123). Sum of RGB (Red+Green+Blue) = 240+53+123=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0357B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0357B is #0FCA84. Grayscale: #747474. Windows color (decimal): -1034885 or 8074736. OLE color: 8074736.
HSL color Cylindrical-coordinate representation of color #F0357B: hue angle of 337.54º 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 #F0357B is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 123 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.06 |
| HSL | 337.54º | 0.86% | 0.57% | - |
| HSV(B) | 337.54º | 0.78% | 0.94% | - |
| XYZ | 40.78 | 22.5 | 20.93 | - |
| YUV | 116.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 123 | 0 | 0.78 | 0.49 | 0.06 | 337.54 | 0.86 | 0.57 |
| Hex | F0 | 35 | 7B | 0 | 4E | 31 | 6 | 152 | 56 | 39 |
| Octal | 360 | 65 | 173 | 0 | 116 | 61 | 6 | 522 | 126 | 71 |
| Binary | 11110000 | 110101 | 1111011 | 0 | 1001110 | 110001 | 110 | 101010010 | 1010110 | 111001 |
Color Harmonies of #F0357B
Complementary color
Monochromatic Colors of #F0357B
Black with #F0357B
Text Example
Text Example
White with #F0357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0357B; }
p { color: rgb(240,53,123); }
H1.HeaderClassName
{
color: #F0357B;
}
.AnyTagClassName
{
color: #F0357B;
}
</style>
background-color css
<style>
a { background-color: #F0357B; }
a { background-color: rgb(240,53,123); }
div.DivClassName
{
background-color: #F0357B;
}
.BgClassName
{
background-color: #F0357B;
}
</style>
border-color css
<style>
span { border-color: #F0357B; }
span { border-color: rgb(240,53,123); }
td.TdClassName
{
border-color: #F0357B;
}
.TagClassName
{
border-color: #F0357B;
}
</style>