Shades of Radical Red #F44A5E
Tints of Radical Red #F44A5E
RGB
CMYK
RGB Variations
Color information
#F44A5E (or 0xF44A5E) is known color: Radical Red. HEX triplet: F4, 4A and 5E. RGB value is (244,74,94). Sum of RGB (Red+Green+Blue) = 244+74+94=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44A5E is #0BB5A1. Grayscale: #7F7F7F. Windows color (decimal): -767394 or 6179572. OLE color: 6179572.
HSL color Cylindrical-coordinate representation of color #F44A5E: hue angle of 352.94º 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 #F44A5E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 94 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.04 |
| HSL | 352.94º | 0.89% | 0.62% | - |
| HSV(B) | 352.94º | 0.7% | 0.96% | - |
| XYZ | 41.78 | 24.94 | 13.2 | - |
| YUV | 127.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 94 | 0 | 0.70 | 0.61 | 0.04 | 352.94 | 0.89 | 0.62 |
| Hex | F4 | 4A | 5E | 0 | 46 | 3D | 4 | 161 | 59 | 3E |
| Octal | 364 | 112 | 136 | 0 | 106 | 75 | 4 | 541 | 131 | 76 |
| Binary | 11110100 | 1001010 | 1011110 | 0 | 1000110 | 111101 | 100 | 101100001 | 1011001 | 111110 |
Color Harmonies of #F44A5E
Complementary color
Monochromatic Colors of #F44A5E
Black with #F44A5E
Text Example
Text Example
White with #F44A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A5E; }
p { color: rgb(244,74,94); }
H1.HeaderClassName
{
color: #F44A5E;
}
.AnyTagClassName
{
color: #F44A5E;
}
</style>
background-color css
<style>
a { background-color: #F44A5E; }
a { background-color: rgb(244,74,94); }
div.DivClassName
{
background-color: #F44A5E;
}
.BgClassName
{
background-color: #F44A5E;
}
</style>
border-color css
<style>
span { border-color: #F44A5E; }
span { border-color: rgb(244,74,94); }
td.TdClassName
{
border-color: #F44A5E;
}
.TagClassName
{
border-color: #F44A5E;
}
</style>