Shades of Violet Red #F4448F
Tints of Violet Red #F4448F
RGB
CMYK
RGB Variations
Color information
#F4448F (or 0xF4448F) is known color: Violet Red. HEX triplet: F4, 44 and 8F. RGB value is (244,68,143). Sum of RGB (Red+Green+Blue) = 244+68+143=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4448F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4448F is #0BBB70. Grayscale: #818181. Windows color (decimal): -768881 or 9389300. OLE color: 9389300.
HSL color Cylindrical-coordinate representation of color #F4448F: hue angle of 334.43º 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 #F4448F is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 143 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.04 |
| HSL | 334.43º | 0.89% | 0.61% | - |
| HSV(B) | 334.43º | 0.72% | 0.96% | - |
| XYZ | 44.33 | 25.35 | 28.54 | - |
| YUV | 129.17 | 135.81 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 143 | 0 | 0.72 | 0.41 | 0.04 | 334.43 | 0.89 | 0.61 |
| Hex | F4 | 44 | 8F | 0 | 48 | 29 | 4 | 14E | 59 | 3D |
| Octal | 364 | 104 | 217 | 0 | 110 | 51 | 4 | 516 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10001111 | 0 | 1001000 | 101001 | 100 | 101001110 | 1011001 | 111101 |
Color Harmonies of #F4448F
Complementary color
Monochromatic Colors of #F4448F
Black with #F4448F
Text Example
Text Example
White with #F4448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4448F; }
p { color: rgb(244,68,143); }
H1.HeaderClassName
{
color: #F4448F;
}
.AnyTagClassName
{
color: #F4448F;
}
</style>
background-color css
<style>
a { background-color: #F4448F; }
a { background-color: rgb(244,68,143); }
div.DivClassName
{
background-color: #F4448F;
}
.BgClassName
{
background-color: #F4448F;
}
</style>
border-color css
<style>
span { border-color: #F4448F; }
span { border-color: rgb(244,68,143); }
td.TdClassName
{
border-color: #F4448F;
}
.TagClassName
{
border-color: #F4448F;
}
</style>