Shades of Violet Red #F4448A
Tints of Violet Red #F4448A
RGB
CMYK
RGB Variations
Color information
#F4448A (or 0xF4448A) is known color: Violet Red. HEX triplet: F4, 44 and 8A. RGB value is (244,68,138). Sum of RGB (Red+Green+Blue) = 244+68+138=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4448A is #0BBB75. Grayscale: #808080. Windows color (decimal): -768886 or 9061620. OLE color: 9061620.
HSL color Cylindrical-coordinate representation of color #F4448A: hue angle of 336.14º 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 #F4448A is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 138 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.04 |
| HSL | 336.14º | 0.89% | 0.61% | - |
| HSV(B) | 336.14º | 0.72% | 0.96% | - |
| XYZ | 43.96 | 25.2 | 26.59 | - |
| YUV | 128.6 | 133.31 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 138 | 0 | 0.72 | 0.43 | 0.04 | 336.14 | 0.89 | 0.61 |
| Hex | F4 | 44 | 8A | 0 | 48 | 2B | 4 | 150 | 59 | 3D |
| Octal | 364 | 104 | 212 | 0 | 110 | 53 | 4 | 520 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10001010 | 0 | 1001000 | 101011 | 100 | 101010000 | 1011001 | 111101 |
Color Harmonies of #F4448A
Complementary color
Monochromatic Colors of #F4448A
Black with #F4448A
Text Example
Text Example
White with #F4448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4448A; }
p { color: rgb(244,68,138); }
H1.HeaderClassName
{
color: #F4448A;
}
.AnyTagClassName
{
color: #F4448A;
}
</style>
background-color css
<style>
a { background-color: #F4448A; }
a { background-color: rgb(244,68,138); }
div.DivClassName
{
background-color: #F4448A;
}
.BgClassName
{
background-color: #F4448A;
}
</style>
border-color css
<style>
span { border-color: #F4448A; }
span { border-color: rgb(244,68,138); }
td.TdClassName
{
border-color: #F4448A;
}
.TagClassName
{
border-color: #F4448A;
}
</style>