Shades of Violet Red #F4417A
Tints of Violet Red #F4417A
RGB
CMYK
RGB Variations
Color information
#F4417A (or 0xF4417A) is known color: Violet Red. HEX triplet: F4, 41 and 7A. RGB value is (244,65,122). Sum of RGB (Red+Green+Blue) = 244+65+122=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F4417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4417A is #0BBE85. Grayscale: #7C7C7C. Windows color (decimal): -769670 or 8012276. OLE color: 8012276.
HSL color Cylindrical-coordinate representation of color #F4417A: hue angle of 340.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 #F4417A is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 122 | - |
| CMYK | 0 | 0.73 | 0.5 | 0.04 |
| HSL | 340.89º | 0.89% | 0.61% | - |
| HSV(B) | 340.89º | 0.73% | 0.96% | - |
| XYZ | 42.71 | 24.42 | 20.87 | - |
| YUV | 125.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 122 | 0 | 0.73 | 0.5 | 0.04 | 340.89 | 0.89 | 0.61 |
| Hex | F4 | 41 | 7A | 0 | 49 | 32 | 4 | 155 | 59 | 3D |
| Octal | 364 | 101 | 172 | 0 | 111 | 62 | 4 | 525 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1111010 | 0 | 1001001 | 110010 | 100 | 101010101 | 1011001 | 111101 |
Color Harmonies of #F4417A
Complementary color
Monochromatic Colors of #F4417A
Black with #F4417A
Text Example
Text Example
White with #F4417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4417A; }
p { color: rgb(244,65,122); }
H1.HeaderClassName
{
color: #F4417A;
}
.AnyTagClassName
{
color: #F4417A;
}
</style>
background-color css
<style>
a { background-color: #F4417A; }
a { background-color: rgb(244,65,122); }
div.DivClassName
{
background-color: #F4417A;
}
.BgClassName
{
background-color: #F4417A;
}
</style>
border-color css
<style>
span { border-color: #F4417A; }
span { border-color: rgb(244,65,122); }
td.TdClassName
{
border-color: #F4417A;
}
.TagClassName
{
border-color: #F4417A;
}
</style>