Shades of Violet Red #F4458F
Tints of Violet Red #F4458F
RGB
CMYK
RGB Variations
Color information
#F4458F (or 0xF4458F) is known color: Violet Red. HEX triplet: F4, 45 and 8F. RGB value is (244,69,143). Sum of RGB (Red+Green+Blue) = 244+69+143=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F4458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4458F is #0BBA70. Grayscale: #818181. Windows color (decimal): -768625 or 9389556. OLE color: 9389556.
HSL color Cylindrical-coordinate representation of color #F4458F: hue angle of 334.63º 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 #F4458F is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 143 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.04 |
| HSL | 334.63º | 0.89% | 0.61% | - |
| HSV(B) | 334.63º | 0.72% | 0.96% | - |
| XYZ | 44.39 | 25.47 | 28.56 | - |
| YUV | 129.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 143 | 0 | 0.72 | 0.41 | 0.04 | 334.63 | 0.89 | 0.61 |
| Hex | F4 | 45 | 8F | 0 | 48 | 29 | 4 | 14F | 59 | 3D |
| Octal | 364 | 105 | 217 | 0 | 110 | 51 | 4 | 517 | 131 | 75 |
| Binary | 11110100 | 1000101 | 10001111 | 0 | 1001000 | 101001 | 100 | 101001111 | 1011001 | 111101 |
Color Harmonies of #F4458F
Complementary color
Monochromatic Colors of #F4458F
Black with #F4458F
Text Example
Text Example
White with #F4458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4458F; }
p { color: rgb(244,69,143); }
H1.HeaderClassName
{
color: #F4458F;
}
.AnyTagClassName
{
color: #F4458F;
}
</style>
background-color css
<style>
a { background-color: #F4458F; }
a { background-color: rgb(244,69,143); }
div.DivClassName
{
background-color: #F4458F;
}
.BgClassName
{
background-color: #F4458F;
}
</style>
border-color css
<style>
span { border-color: #F4458F; }
span { border-color: rgb(244,69,143); }
td.TdClassName
{
border-color: #F4458F;
}
.TagClassName
{
border-color: #F4458F;
}
</style>