Shades of Radical Red #F44470
Tints of Radical Red #F44470
RGB
CMYK
RGB Variations
Color information
#F44470 (or 0xF44470) is known color: Radical Red. HEX triplet: F4, 44 and 70. RGB value is (244,68,112). Sum of RGB (Red+Green+Blue) = 244+68+112=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F44470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44470 is #0BBB8F. Grayscale: #7D7D7D. Windows color (decimal): -768912 or 7357684. OLE color: 7357684.
HSL color Cylindrical-coordinate representation of color #F44470: hue angle of 345º 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 #F44470 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 112 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.04 |
| HSL | 345º | 0.89% | 0.61% | - |
| HSV(B) | 345º | 0.72% | 0.96% | - |
| XYZ | 42.3 | 24.54 | 17.84 | - |
| YUV | 125.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 112 | 0 | 0.72 | 0.54 | 0.04 | 345 | 0.89 | 0.61 |
| Hex | F4 | 44 | 70 | 0 | 48 | 36 | 4 | 159 | 59 | 3D |
| Octal | 364 | 104 | 160 | 0 | 110 | 66 | 4 | 531 | 131 | 75 |
| Binary | 11110100 | 1000100 | 1110000 | 0 | 1001000 | 110110 | 100 | 101011001 | 1011001 | 111101 |
Color Harmonies of #F44470
Complementary color
Monochromatic Colors of #F44470
Black with #F44470
Text Example
Text Example
White with #F44470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44470; }
p { color: rgb(244,68,112); }
H1.HeaderClassName
{
color: #F44470;
}
.AnyTagClassName
{
color: #F44470;
}
</style>
background-color css
<style>
a { background-color: #F44470; }
a { background-color: rgb(244,68,112); }
div.DivClassName
{
background-color: #F44470;
}
.BgClassName
{
background-color: #F44470;
}
</style>
border-color css
<style>
span { border-color: #F44470; }
span { border-color: rgb(244,68,112); }
td.TdClassName
{
border-color: #F44470;
}
.TagClassName
{
border-color: #F44470;
}
</style>