Shades of Violet Red #F0347C
Tints of Violet Red #F0347C
RGB
CMYK
RGB Variations
Color information
#F0347C (or 0xF0347C) is known color: Violet Red. HEX triplet: F0, 34 and 7C. RGB value is (240,52,124). Sum of RGB (Red+Green+Blue) = 240+52+124=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0347C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0347C is #0FCB83. Grayscale: #747474. Windows color (decimal): -1035140 or 8140016. OLE color: 8140016.
HSL color Cylindrical-coordinate representation of color #F0347C: hue angle of 337.02º 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 #F0347C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 124 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.06 |
| HSL | 337.02º | 0.86% | 0.57% | - |
| HSV(B) | 337.02º | 0.78% | 0.94% | - |
| XYZ | 40.8 | 22.44 | 21.25 | - |
| YUV | 116.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 124 | 0 | 0.78 | 0.48 | 0.06 | 337.02 | 0.86 | 0.57 |
| Hex | F0 | 34 | 7C | 0 | 4E | 30 | 6 | 151 | 56 | 39 |
| Octal | 360 | 64 | 174 | 0 | 116 | 60 | 6 | 521 | 126 | 71 |
| Binary | 11110000 | 110100 | 1111100 | 0 | 1001110 | 110000 | 110 | 101010001 | 1010110 | 111001 |
Color Harmonies of #F0347C
Complementary color
Monochromatic Colors of #F0347C
Black with #F0347C
Text Example
Text Example
White with #F0347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0347C; }
p { color: rgb(240,52,124); }
H1.HeaderClassName
{
color: #F0347C;
}
.AnyTagClassName
{
color: #F0347C;
}
</style>
background-color css
<style>
a { background-color: #F0347C; }
a { background-color: rgb(240,52,124); }
div.DivClassName
{
background-color: #F0347C;
}
.BgClassName
{
background-color: #F0347C;
}
</style>
border-color css
<style>
span { border-color: #F0347C; }
span { border-color: rgb(240,52,124); }
td.TdClassName
{
border-color: #F0347C;
}
.TagClassName
{
border-color: #F0347C;
}
</style>