Shades of Radical Red #F44271
Tints of Radical Red #F44271
RGB
CMYK
RGB Variations
Color information
#F44271 (or 0xF44271) is known color: Radical Red. HEX triplet: F4, 42 and 71. RGB value is (244,66,113). Sum of RGB (Red+Green+Blue) = 244+66+113=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F44271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44271 is #0BBD8E. Grayscale: #7C7C7C. Windows color (decimal): -769423 or 7422708. OLE color: 7422708.
HSL color Cylindrical-coordinate representation of color #F44271: hue angle of 344.16º 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 #F44271 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 113 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.04 |
| HSL | 344.16º | 0.89% | 0.61% | - |
| HSV(B) | 344.16º | 0.73% | 0.96% | - |
| XYZ | 42.24 | 24.32 | 18.09 | - |
| YUV | 124.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 113 | 0 | 0.73 | 0.54 | 0.04 | 344.16 | 0.89 | 0.61 |
| Hex | F4 | 42 | 71 | 0 | 49 | 36 | 4 | 158 | 59 | 3D |
| Octal | 364 | 102 | 161 | 0 | 111 | 66 | 4 | 530 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1110001 | 0 | 1001001 | 110110 | 100 | 101011000 | 1011001 | 111101 |
Color Harmonies of #F44271
Complementary color
Monochromatic Colors of #F44271
Black with #F44271
Text Example
Text Example
White with #F44271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44271; }
p { color: rgb(244,66,113); }
H1.HeaderClassName
{
color: #F44271;
}
.AnyTagClassName
{
color: #F44271;
}
</style>
background-color css
<style>
a { background-color: #F44271; }
a { background-color: rgb(244,66,113); }
div.DivClassName
{
background-color: #F44271;
}
.BgClassName
{
background-color: #F44271;
}
</style>
border-color css
<style>
span { border-color: #F44271; }
span { border-color: rgb(244,66,113); }
td.TdClassName
{
border-color: #F44271;
}
.TagClassName
{
border-color: #F44271;
}
</style>