Shades of Violet Red #F0417F
Tints of Violet Red #F0417F
RGB
CMYK
RGB Variations
Color information
#F0417F (or 0xF0417F) is known color: Violet Red. HEX triplet: F0, 41 and 7F. RGB value is (240,65,127). Sum of RGB (Red+Green+Blue) = 240+65+127=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0417F is #0FBE80. Grayscale: #7C7C7C. Windows color (decimal): -1031809 or 8339952. OLE color: 8339952.
HSL color Cylindrical-coordinate representation of color #F0417F: hue angle of 338.74º 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 #F0417F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 127 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.06 |
| HSL | 338.74º | 0.85% | 0.6% | - |
| HSV(B) | 338.74º | 0.73% | 0.94% | - |
| XYZ | 41.66 | 23.84 | 22.48 | - |
| YUV | 124.39 | 129.48 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 127 | 0 | 0.73 | 0.47 | 0.06 | 338.74 | 0.85 | 0.6 |
| Hex | F0 | 41 | 7F | 0 | 49 | 2F | 6 | 153 | 55 | 3C |
| Octal | 360 | 101 | 177 | 0 | 111 | 57 | 6 | 523 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1111111 | 0 | 1001001 | 101111 | 110 | 101010011 | 1010101 | 111100 |
Color Harmonies of #F0417F
Complementary color
Monochromatic Colors of #F0417F
Black with #F0417F
Text Example
Text Example
White with #F0417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0417F; }
p { color: rgb(240,65,127); }
H1.HeaderClassName
{
color: #F0417F;
}
.AnyTagClassName
{
color: #F0417F;
}
</style>
background-color css
<style>
a { background-color: #F0417F; }
a { background-color: rgb(240,65,127); }
div.DivClassName
{
background-color: #F0417F;
}
.BgClassName
{
background-color: #F0417F;
}
</style>
border-color css
<style>
span { border-color: #F0417F; }
span { border-color: rgb(240,65,127); }
td.TdClassName
{
border-color: #F0417F;
}
.TagClassName
{
border-color: #F0417F;
}
</style>