Shades of Radical Red #F44270
Tints of Radical Red #F44270
RGB
CMYK
RGB Variations
Color information
#F44270 (or 0xF44270) is known color: Radical Red. HEX triplet: F4, 42 and 70. RGB value is (244,66,112). Sum of RGB (Red+Green+Blue) = 244+66+112=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F44270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44270 is #0BBD8F. Grayscale: #7C7C7C. Windows color (decimal): -769424 or 7357172. OLE color: 7357172.
HSL color Cylindrical-coordinate representation of color #F44270: hue angle of 344.49º 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 #F44270 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 112 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.04 |
| HSL | 344.49º | 0.89% | 0.61% | - |
| HSV(B) | 344.49º | 0.73% | 0.96% | - |
| XYZ | 42.18 | 24.3 | 17.8 | - |
| YUV | 124.47 | 120.97 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 112 | 0 | 0.73 | 0.54 | 0.04 | 344.49 | 0.89 | 0.61 |
| Hex | F4 | 42 | 70 | 0 | 49 | 36 | 4 | 158 | 59 | 3D |
| Octal | 364 | 102 | 160 | 0 | 111 | 66 | 4 | 530 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1110000 | 0 | 1001001 | 110110 | 100 | 101011000 | 1011001 | 111101 |
Color Harmonies of #F44270
Complementary color
Monochromatic Colors of #F44270
Black with #F44270
Text Example
Text Example
White with #F44270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44270; }
p { color: rgb(244,66,112); }
H1.HeaderClassName
{
color: #F44270;
}
.AnyTagClassName
{
color: #F44270;
}
</style>
background-color css
<style>
a { background-color: #F44270; }
a { background-color: rgb(244,66,112); }
div.DivClassName
{
background-color: #F44270;
}
.BgClassName
{
background-color: #F44270;
}
</style>
border-color css
<style>
span { border-color: #F44270; }
span { border-color: rgb(244,66,112); }
td.TdClassName
{
border-color: #F44270;
}
.TagClassName
{
border-color: #F44270;
}
</style>