Shades of Violet Red #F4447B
Tints of Violet Red #F4447B
RGB
CMYK
RGB Variations
Color information
#F4447B (or 0xF4447B) is known color: Violet Red. HEX triplet: F4, 44 and 7B. RGB value is (244,68,123). Sum of RGB (Red+Green+Blue) = 244+68+123=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4447B is #0BBB84. Grayscale: #7E7E7E. Windows color (decimal): -768901 or 8078580. OLE color: 8078580.
HSL color Cylindrical-coordinate representation of color #F4447B: hue angle of 341.25º 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 #F4447B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 123 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.04 |
| HSL | 341.25º | 0.89% | 0.61% | - |
| HSV(B) | 341.25º | 0.72% | 0.96% | - |
| XYZ | 42.95 | 24.8 | 21.26 | - |
| YUV | 126.89 | 125.81 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 123 | 0 | 0.72 | 0.50 | 0.04 | 341.25 | 0.89 | 0.61 |
| Hex | F4 | 44 | 7B | 0 | 48 | 32 | 4 | 155 | 59 | 3D |
| Octal | 364 | 104 | 173 | 0 | 110 | 62 | 4 | 525 | 131 | 75 |
| Binary | 11110100 | 1000100 | 1111011 | 0 | 1001000 | 110010 | 100 | 101010101 | 1011001 | 111101 |
Color Harmonies of #F4447B
Complementary color
Monochromatic Colors of #F4447B
Black with #F4447B
Text Example
Text Example
White with #F4447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4447B; }
p { color: rgb(244,68,123); }
H1.HeaderClassName
{
color: #F4447B;
}
.AnyTagClassName
{
color: #F4447B;
}
</style>
background-color css
<style>
a { background-color: #F4447B; }
a { background-color: rgb(244,68,123); }
div.DivClassName
{
background-color: #F4447B;
}
.BgClassName
{
background-color: #F4447B;
}
</style>
border-color css
<style>
span { border-color: #F4447B; }
span { border-color: rgb(244,68,123); }
td.TdClassName
{
border-color: #F4447B;
}
.TagClassName
{
border-color: #F4447B;
}
</style>