Shades of Violet Red #F4417D
Tints of Violet Red #F4417D
RGB
CMYK
RGB Variations
Color information
#F4417D (or 0xF4417D) is known color: Violet Red. HEX triplet: F4, 41 and 7D. RGB value is (244,65,125). Sum of RGB (Red+Green+Blue) = 244+65+125=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4417D is #0BBE82. Grayscale: #7D7D7D. Windows color (decimal): -769667 or 8208884. OLE color: 8208884.
HSL color Cylindrical-coordinate representation of color #F4417D: hue angle of 339.89º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4417D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 125 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.04 |
| HSL | 339.89º | 0.89% | 0.61% | - |
| HSV(B) | 339.89º | 0.73% | 0.96% | - |
| XYZ | 42.9 | 24.49 | 21.87 | - |
| YUV | 125.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 125 | 0 | 0.73 | 0.49 | 0.04 | 339.89 | 0.89 | 0.61 |
| Hex | F4 | 41 | 7D | 0 | 49 | 31 | 4 | 154 | 59 | 3D |
| Octal | 364 | 101 | 175 | 0 | 111 | 61 | 4 | 524 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1111101 | 0 | 1001001 | 110001 | 100 | 101010100 | 1011001 | 111101 |
Color Harmonies of #F4417D
Complementary color
Monochromatic Colors of #F4417D
Black with #F4417D
Text Example
Text Example
White with #F4417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4417D; }
p { color: rgb(244,65,125); }
H1.HeaderClassName
{
color: #F4417D;
}
.AnyTagClassName
{
color: #F4417D;
}
</style>
background-color css
<style>
a { background-color: #F4417D; }
a { background-color: rgb(244,65,125); }
div.DivClassName
{
background-color: #F4417D;
}
.BgClassName
{
background-color: #F4417D;
}
</style>
border-color css
<style>
span { border-color: #F4417D; }
span { border-color: rgb(244,65,125); }
td.TdClassName
{
border-color: #F4417D;
}
.TagClassName
{
border-color: #F4417D;
}
</style>