Shades of Violet Red #F0417C
Tints of Violet Red #F0417C
RGB
CMYK
RGB Variations
Color information
#F0417C (or 0xF0417C) is known color: Violet Red. HEX triplet: F0, 41 and 7C. RGB value is (240,65,124). Sum of RGB (Red+Green+Blue) = 240+65+124=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0417C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0417C is #0FBE83. Grayscale: #7B7B7B. Windows color (decimal): -1031812 or 8143344. OLE color: 8143344.
HSL color Cylindrical-coordinate representation of color #F0417C: hue angle of 339.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0417C is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 124 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.06 |
| HSL | 339.77º | 0.85% | 0.6% | - |
| HSV(B) | 339.77º | 0.73% | 0.94% | - |
| XYZ | 41.46 | 23.76 | 21.47 | - |
| YUV | 124.05 | 127.98 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 124 | 0 | 0.73 | 0.48 | 0.06 | 339.77 | 0.85 | 0.6 |
| Hex | F0 | 41 | 7C | 0 | 49 | 30 | 6 | 154 | 55 | 3C |
| Octal | 360 | 101 | 174 | 0 | 111 | 60 | 6 | 524 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1111100 | 0 | 1001001 | 110000 | 110 | 101010100 | 1010101 | 111100 |
Color Harmonies of #F0417C
Complementary color
Monochromatic Colors of #F0417C
Black with #F0417C
Text Example
Text Example
White with #F0417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0417C; }
p { color: rgb(240,65,124); }
H1.HeaderClassName
{
color: #F0417C;
}
.AnyTagClassName
{
color: #F0417C;
}
</style>
background-color css
<style>
a { background-color: #F0417C; }
a { background-color: rgb(240,65,124); }
div.DivClassName
{
background-color: #F0417C;
}
.BgClassName
{
background-color: #F0417C;
}
</style>
border-color css
<style>
span { border-color: #F0417C; }
span { border-color: rgb(240,65,124); }
td.TdClassName
{
border-color: #F0417C;
}
.TagClassName
{
border-color: #F0417C;
}
</style>