Shades of Violet Red #F4417B
Tints of Violet Red #F4417B
RGB
CMYK
RGB Variations
Color information
#F4417B (or 0xF4417B) is known color: Violet Red. HEX triplet: F4, 41 and 7B. RGB value is (244,65,123). Sum of RGB (Red+Green+Blue) = 244+65+123=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4417B is #0BBE84. Grayscale: #7D7D7D. Windows color (decimal): -769669 or 8077812. OLE color: 8077812.
HSL color Cylindrical-coordinate representation of color #F4417B: hue angle of 340.56º 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 #F4417B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 123 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.04 |
| HSL | 340.56º | 0.89% | 0.61% | - |
| HSV(B) | 340.56º | 0.73% | 0.96% | - |
| XYZ | 42.77 | 24.44 | 21.2 | - |
| YUV | 125.13 | 126.8 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 123 | 0 | 0.73 | 0.50 | 0.04 | 340.56 | 0.89 | 0.61 |
| Hex | F4 | 41 | 7B | 0 | 49 | 32 | 4 | 155 | 59 | 3D |
| Octal | 364 | 101 | 173 | 0 | 111 | 62 | 4 | 525 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1111011 | 0 | 1001001 | 110010 | 100 | 101010101 | 1011001 | 111101 |
Color Harmonies of #F4417B
Complementary color
Monochromatic Colors of #F4417B
Black with #F4417B
Text Example
Text Example
White with #F4417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4417B; }
p { color: rgb(244,65,123); }
H1.HeaderClassName
{
color: #F4417B;
}
.AnyTagClassName
{
color: #F4417B;
}
</style>
background-color css
<style>
a { background-color: #F4417B; }
a { background-color: rgb(244,65,123); }
div.DivClassName
{
background-color: #F4417B;
}
.BgClassName
{
background-color: #F4417B;
}
</style>
border-color css
<style>
span { border-color: #F4417B; }
span { border-color: rgb(244,65,123); }
td.TdClassName
{
border-color: #F4417B;
}
.TagClassName
{
border-color: #F4417B;
}
</style>