Shades of Violet Red #F4467E
Tints of Violet Red #F4467E
RGB
CMYK
RGB Variations
Color information
#F4467E (or 0xF4467E) is known color: Violet Red. HEX triplet: F4, 46 and 7E. RGB value is (244,70,126). Sum of RGB (Red+Green+Blue) = 244+70+126=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4467E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4467E is #0BB981. Grayscale: #808080. Windows color (decimal): -768386 or 8275700. OLE color: 8275700.
HSL color Cylindrical-coordinate representation of color #F4467E: hue angle of 340.69º 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 #F4467E is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 126 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.04 |
| HSL | 340.69º | 0.89% | 0.62% | - |
| HSV(B) | 340.69º | 0.71% | 0.96% | - |
| XYZ | 43.26 | 25.12 | 22.31 | - |
| YUV | 128.41 | 126.65 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 126 | 0 | 0.71 | 0.48 | 0.04 | 340.69 | 0.89 | 0.62 |
| Hex | F4 | 46 | 7E | 0 | 47 | 30 | 4 | 155 | 59 | 3E |
| Octal | 364 | 106 | 176 | 0 | 107 | 60 | 4 | 525 | 131 | 76 |
| Binary | 11110100 | 1000110 | 1111110 | 0 | 1000111 | 110000 | 100 | 101010101 | 1011001 | 111110 |
Color Harmonies of #F4467E
Complementary color
Monochromatic Colors of #F4467E
Black with #F4467E
Text Example
Text Example
White with #F4467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4467E; }
p { color: rgb(244,70,126); }
H1.HeaderClassName
{
color: #F4467E;
}
.AnyTagClassName
{
color: #F4467E;
}
</style>
background-color css
<style>
a { background-color: #F4467E; }
a { background-color: rgb(244,70,126); }
div.DivClassName
{
background-color: #F4467E;
}
.BgClassName
{
background-color: #F4467E;
}
</style>
border-color css
<style>
span { border-color: #F4467E; }
span { border-color: rgb(244,70,126); }
td.TdClassName
{
border-color: #F4467E;
}
.TagClassName
{
border-color: #F4467E;
}
</style>