Shades of Violet Red #F0437C
Tints of Violet Red #F0437C
RGB
CMYK
RGB Variations
Color information
#F0437C (or 0xF0437C) is known color: Violet Red. HEX triplet: F0, 43 and 7C. RGB value is (240,67,124). Sum of RGB (Red+Green+Blue) = 240+67+124=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0437C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0437C is #0FBC83. Grayscale: #7D7D7D. Windows color (decimal): -1031300 or 8143856. OLE color: 8143856.
HSL color Cylindrical-coordinate representation of color #F0437C: hue angle of 340.23º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0437C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 124 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.06 |
| HSL | 340.23º | 0.85% | 0.6% | - |
| HSV(B) | 340.23º | 0.72% | 0.94% | - |
| XYZ | 41.58 | 23.99 | 21.51 | - |
| YUV | 125.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 124 | 0 | 0.72 | 0.48 | 0.06 | 340.23 | 0.85 | 0.6 |
| Hex | F0 | 43 | 7C | 0 | 48 | 30 | 6 | 154 | 55 | 3C |
| Octal | 360 | 103 | 174 | 0 | 110 | 60 | 6 | 524 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1111100 | 0 | 1001000 | 110000 | 110 | 101010100 | 1010101 | 111100 |
Color Harmonies of #F0437C
Complementary color
Monochromatic Colors of #F0437C
Black with #F0437C
Text Example
Text Example
White with #F0437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0437C; }
p { color: rgb(240,67,124); }
H1.HeaderClassName
{
color: #F0437C;
}
.AnyTagClassName
{
color: #F0437C;
}
</style>
background-color css
<style>
a { background-color: #F0437C; }
a { background-color: rgb(240,67,124); }
div.DivClassName
{
background-color: #F0437C;
}
.BgClassName
{
background-color: #F0437C;
}
</style>
border-color css
<style>
span { border-color: #F0437C; }
span { border-color: rgb(240,67,124); }
td.TdClassName
{
border-color: #F0437C;
}
.TagClassName
{
border-color: #F0437C;
}
</style>