Shades of Violet Red #F4418B
Tints of Violet Red #F4418B
RGB
CMYK
RGB Variations
Color information
#F4418B (or 0xF4418B) is known color: Violet Red. HEX triplet: F4, 41 and 8B. RGB value is (244,65,139). Sum of RGB (Red+Green+Blue) = 244+65+139=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4418B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4418B is #0BBE74. Grayscale: #7E7E7E. Windows color (decimal): -769653 or 9126388. OLE color: 9126388.
HSL color Cylindrical-coordinate representation of color #F4418B: hue angle of 335.2º 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 #F4418B is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 139 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.04 |
| HSL | 335.2º | 0.89% | 0.61% | - |
| HSV(B) | 335.2º | 0.73% | 0.96% | - |
| XYZ | 43.86 | 24.88 | 26.92 | - |
| YUV | 126.96 | 134.8 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 139 | 0 | 0.73 | 0.43 | 0.04 | 335.2 | 0.89 | 0.61 |
| Hex | F4 | 41 | 8B | 0 | 49 | 2B | 4 | 14F | 59 | 3D |
| Octal | 364 | 101 | 213 | 0 | 111 | 53 | 4 | 517 | 131 | 75 |
| Binary | 11110100 | 1000001 | 10001011 | 0 | 1001001 | 101011 | 100 | 101001111 | 1011001 | 111101 |
Color Harmonies of #F4418B
Complementary color
Monochromatic Colors of #F4418B
Black with #F4418B
Text Example
Text Example
White with #F4418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4418B; }
p { color: rgb(244,65,139); }
H1.HeaderClassName
{
color: #F4418B;
}
.AnyTagClassName
{
color: #F4418B;
}
</style>
background-color css
<style>
a { background-color: #F4418B; }
a { background-color: rgb(244,65,139); }
div.DivClassName
{
background-color: #F4418B;
}
.BgClassName
{
background-color: #F4418B;
}
</style>
border-color css
<style>
span { border-color: #F4418B; }
span { border-color: rgb(244,65,139); }
td.TdClassName
{
border-color: #F4418B;
}
.TagClassName
{
border-color: #F4418B;
}
</style>