Shades of Violet Red #F4458D
Tints of Violet Red #F4458D
RGB
CMYK
RGB Variations
Color information
#F4458D (or 0xF4458D) is known color: Violet Red. HEX triplet: F4, 45 and 8D. RGB value is (244,69,141). Sum of RGB (Red+Green+Blue) = 244+69+141=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4458D is #0BBA72. Grayscale: #818181. Windows color (decimal): -768627 or 9258484. OLE color: 9258484.
HSL color Cylindrical-coordinate representation of color #F4458D: hue angle of 335.31º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4458D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 141 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.04 |
| HSL | 335.31º | 0.89% | 0.61% | - |
| HSV(B) | 335.31º | 0.72% | 0.96% | - |
| XYZ | 44.24 | 25.41 | 27.77 | - |
| YUV | 129.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 141 | 0 | 0.72 | 0.42 | 0.04 | 335.31 | 0.89 | 0.61 |
| Hex | F4 | 45 | 8D | 0 | 48 | 2A | 4 | 14F | 59 | 3D |
| Octal | 364 | 105 | 215 | 0 | 110 | 52 | 4 | 517 | 131 | 75 |
| Binary | 11110100 | 1000101 | 10001101 | 0 | 1001000 | 101010 | 100 | 101001111 | 1011001 | 111101 |
Color Harmonies of #F4458D
Complementary color
Monochromatic Colors of #F4458D
Black with #F4458D
Text Example
Text Example
White with #F4458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4458D; }
p { color: rgb(244,69,141); }
H1.HeaderClassName
{
color: #F4458D;
}
.AnyTagClassName
{
color: #F4458D;
}
</style>
background-color css
<style>
a { background-color: #F4458D; }
a { background-color: rgb(244,69,141); }
div.DivClassName
{
background-color: #F4458D;
}
.BgClassName
{
background-color: #F4458D;
}
</style>
border-color css
<style>
span { border-color: #F4458D; }
span { border-color: rgb(244,69,141); }
td.TdClassName
{
border-color: #F4458D;
}
.TagClassName
{
border-color: #F4458D;
}
</style>