Shades of Radical Red #F44072
Tints of Radical Red #F44072
RGB
CMYK
RGB Variations
Color information
#F44072 (or 0xF44072) is known color: Radical Red. HEX triplet: F4, 40 and 72. RGB value is (244,64,114). Sum of RGB (Red+Green+Blue) = 244+64+114=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F44072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44072 is #0BBF8D. Grayscale: #7B7B7B. Windows color (decimal): -769934 or 7487732. OLE color: 7487732.
HSL color Cylindrical-coordinate representation of color #F44072: hue angle of 343.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F44072 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 114 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.04 |
| HSL | 343.33º | 0.89% | 0.6% | - |
| HSV(B) | 343.33º | 0.74% | 0.96% | - |
| XYZ | 42.18 | 24.11 | 18.35 | - |
| YUV | 123.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 114 | 0 | 0.74 | 0.53 | 0.04 | 343.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | 72 | 0 | 4A | 35 | 4 | 157 | 59 | 3C |
| Octal | 364 | 100 | 162 | 0 | 112 | 65 | 4 | 527 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1110010 | 0 | 1001010 | 110101 | 100 | 101010111 | 1011001 | 111100 |
Color Harmonies of #F44072
Complementary color
Monochromatic Colors of #F44072
Black with #F44072
Text Example
Text Example
White with #F44072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44072; }
p { color: rgb(244,64,114); }
H1.HeaderClassName
{
color: #F44072;
}
.AnyTagClassName
{
color: #F44072;
}
</style>
background-color css
<style>
a { background-color: #F44072; }
a { background-color: rgb(244,64,114); }
div.DivClassName
{
background-color: #F44072;
}
.BgClassName
{
background-color: #F44072;
}
</style>
border-color css
<style>
span { border-color: #F44072; }
span { border-color: rgb(244,64,114); }
td.TdClassName
{
border-color: #F44072;
}
.TagClassName
{
border-color: #F44072;
}
</style>