Shades of Violet Red #F4467F
Tints of Violet Red #F4467F
RGB
CMYK
RGB Variations
Color information
#F4467F (or 0xF4467F) is known color: Violet Red. HEX triplet: F4, 46 and 7F. RGB value is (244,70,127). Sum of RGB (Red+Green+Blue) = 244+70+127=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F4467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4467F is #0BB980. Grayscale: #808080. Windows color (decimal): -768385 or 8341236. OLE color: 8341236.
HSL color Cylindrical-coordinate representation of color #F4467F: hue angle of 340.34º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4467F is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 127 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.04 |
| HSL | 340.34º | 0.89% | 0.62% | - |
| HSV(B) | 340.34º | 0.71% | 0.96% | - |
| XYZ | 43.33 | 25.15 | 22.65 | - |
| YUV | 128.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 127 | 0 | 0.71 | 0.48 | 0.04 | 340.34 | 0.89 | 0.62 |
| Hex | F4 | 46 | 7F | 0 | 47 | 30 | 4 | 154 | 59 | 3E |
| Octal | 364 | 106 | 177 | 0 | 107 | 60 | 4 | 524 | 131 | 76 |
| Binary | 11110100 | 1000110 | 1111111 | 0 | 1000111 | 110000 | 100 | 101010100 | 1011001 | 111110 |
Color Harmonies of #F4467F
Complementary color
Monochromatic Colors of #F4467F
Black with #F4467F
Text Example
Text Example
White with #F4467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4467F; }
p { color: rgb(244,70,127); }
H1.HeaderClassName
{
color: #F4467F;
}
.AnyTagClassName
{
color: #F4467F;
}
</style>
background-color css
<style>
a { background-color: #F4467F; }
a { background-color: rgb(244,70,127); }
div.DivClassName
{
background-color: #F4467F;
}
.BgClassName
{
background-color: #F4467F;
}
</style>
border-color css
<style>
span { border-color: #F4467F; }
span { border-color: rgb(244,70,127); }
td.TdClassName
{
border-color: #F4467F;
}
.TagClassName
{
border-color: #F4467F;
}
</style>