Shades of Radical Red #F44370
Tints of Radical Red #F44370
RGB
CMYK
RGB Variations
Color information
#F44370 (or 0xF44370) is known color: Radical Red. HEX triplet: F4, 43 and 70. RGB value is (244,67,112). Sum of RGB (Red+Green+Blue) = 244+67+112=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F44370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44370 is #0BBC8F. Grayscale: #7D7D7D. Windows color (decimal): -769168 or 7357428. OLE color: 7357428.
HSL color Cylindrical-coordinate representation of color #F44370: hue angle of 344.75º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F44370 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 112 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.04 |
| HSL | 344.75º | 0.89% | 0.61% | - |
| HSV(B) | 344.75º | 0.73% | 0.96% | - |
| XYZ | 42.24 | 24.42 | 17.82 | - |
| YUV | 125.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 112 | 0 | 0.73 | 0.54 | 0.04 | 344.75 | 0.89 | 0.61 |
| Hex | F4 | 43 | 70 | 0 | 49 | 36 | 4 | 159 | 59 | 3D |
| Octal | 364 | 103 | 160 | 0 | 111 | 66 | 4 | 531 | 131 | 75 |
| Binary | 11110100 | 1000011 | 1110000 | 0 | 1001001 | 110110 | 100 | 101011001 | 1011001 | 111101 |
Color Harmonies of #F44370
Complementary color
Monochromatic Colors of #F44370
Black with #F44370
Text Example
Text Example
White with #F44370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44370; }
p { color: rgb(244,67,112); }
H1.HeaderClassName
{
color: #F44370;
}
.AnyTagClassName
{
color: #F44370;
}
</style>
background-color css
<style>
a { background-color: #F44370; }
a { background-color: rgb(244,67,112); }
div.DivClassName
{
background-color: #F44370;
}
.BgClassName
{
background-color: #F44370;
}
</style>
border-color css
<style>
span { border-color: #F44370; }
span { border-color: rgb(244,67,112); }
td.TdClassName
{
border-color: #F44370;
}
.TagClassName
{
border-color: #F44370;
}
</style>