Shades of Radical Red #F44A54
Tints of Radical Red #F44A54
RGB
CMYK
RGB Variations
Color information
#F44A54 (or 0xF44A54) is known color: Radical Red. HEX triplet: F4, 4A and 54. RGB value is (244,74,84). Sum of RGB (Red+Green+Blue) = 244+74+84=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44A54 is #0BB5AB. Grayscale: #7E7E7E. Windows color (decimal): -767404 or 5524212. OLE color: 5524212.
HSL color Cylindrical-coordinate representation of color #F44A54: hue angle of 356.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44A54 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 84 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.04 |
| HSL | 356.47º | 0.89% | 0.62% | - |
| HSV(B) | 356.47º | 0.7% | 0.96% | - |
| XYZ | 41.36 | 24.77 | 10.99 | - |
| YUV | 125.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 84 | 0 | 0.70 | 0.66 | 0.04 | 356.47 | 0.89 | 0.62 |
| Hex | F4 | 4A | 54 | 0 | 46 | 42 | 4 | 164 | 59 | 3E |
| Octal | 364 | 112 | 124 | 0 | 106 | 102 | 4 | 544 | 131 | 76 |
| Binary | 11110100 | 1001010 | 1010100 | 0 | 1000110 | 1000010 | 100 | 101100100 | 1011001 | 111110 |
Color Harmonies of #F44A54
Complementary color
Monochromatic Colors of #F44A54
Black with #F44A54
Text Example
Text Example
White with #F44A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A54; }
p { color: rgb(244,74,84); }
H1.HeaderClassName
{
color: #F44A54;
}
.AnyTagClassName
{
color: #F44A54;
}
</style>
background-color css
<style>
a { background-color: #F44A54; }
a { background-color: rgb(244,74,84); }
div.DivClassName
{
background-color: #F44A54;
}
.BgClassName
{
background-color: #F44A54;
}
</style>
border-color css
<style>
span { border-color: #F44A54; }
span { border-color: rgb(244,74,84); }
td.TdClassName
{
border-color: #F44A54;
}
.TagClassName
{
border-color: #F44A54;
}
</style>