Shades of Violet Red #F0337B
Tints of Violet Red #F0337B
RGB
CMYK
RGB Variations
Color information
#F0337B (or 0xF0337B) is known color: Violet Red. HEX triplet: F0, 33 and 7B. RGB value is (240,51,123). Sum of RGB (Red+Green+Blue) = 240+51+123=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0337B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0337B is #0FCC84. Grayscale: #737373. Windows color (decimal): -1035397 or 8074224. OLE color: 8074224.
HSL color Cylindrical-coordinate representation of color #F0337B: hue angle of 337.14º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0337B is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 123 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.06 |
| HSL | 337.14º | 0.86% | 0.57% | - |
| HSV(B) | 337.14º | 0.79% | 0.94% | - |
| XYZ | 40.69 | 22.32 | 20.9 | - |
| YUV | 115.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 123 | 0 | 0.79 | 0.49 | 0.06 | 337.14 | 0.86 | 0.57 |
| Hex | F0 | 33 | 7B | 0 | 4F | 31 | 6 | 151 | 56 | 39 |
| Octal | 360 | 63 | 173 | 0 | 117 | 61 | 6 | 521 | 126 | 71 |
| Binary | 11110000 | 110011 | 1111011 | 0 | 1001111 | 110001 | 110 | 101010001 | 1010110 | 111001 |
Color Harmonies of #F0337B
Complementary color
Monochromatic Colors of #F0337B
Black with #F0337B
Text Example
Text Example
White with #F0337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0337B; }
p { color: rgb(240,51,123); }
H1.HeaderClassName
{
color: #F0337B;
}
.AnyTagClassName
{
color: #F0337B;
}
</style>
background-color css
<style>
a { background-color: #F0337B; }
a { background-color: rgb(240,51,123); }
div.DivClassName
{
background-color: #F0337B;
}
.BgClassName
{
background-color: #F0337B;
}
</style>
border-color css
<style>
span { border-color: #F0337B; }
span { border-color: rgb(240,51,123); }
td.TdClassName
{
border-color: #F0337B;
}
.TagClassName
{
border-color: #F0337B;
}
</style>