Shades of Radical Red #F44C50
Tints of Radical Red #F44C50
RGB
CMYK
RGB Variations
Color information
#F44C50 (or 0xF44C50) is known color: Radical Red. HEX triplet: F4, 4C and 50. RGB value is (244,76,80). Sum of RGB (Red+Green+Blue) = 244+76+80=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44C50 is #0BB3AF. Grayscale: #7E7E7E. Windows color (decimal): -766896 or 5262580. OLE color: 5262580.
HSL color Cylindrical-coordinate representation of color #F44C50: hue angle of 358.57º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44C50 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 80 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.04 |
| HSL | 358.57º | 0.88% | 0.63% | - |
| HSV(B) | 358.57º | 0.69% | 0.96% | - |
| XYZ | 41.34 | 24.98 | 10.23 | - |
| YUV | 126.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 80 | 0 | 0.69 | 0.67 | 0.04 | 358.57 | 0.88 | 0.63 |
| Hex | F4 | 4C | 50 | 0 | 45 | 43 | 4 | 167 | 58 | 3F |
| Octal | 364 | 114 | 120 | 0 | 105 | 103 | 4 | 547 | 130 | 77 |
| Binary | 11110100 | 1001100 | 1010000 | 0 | 1000101 | 1000011 | 100 | 101100111 | 1011000 | 111111 |
Color Harmonies of #F44C50
Complementary color
Monochromatic Colors of #F44C50
Black with #F44C50
Text Example
Text Example
White with #F44C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C50; }
p { color: rgb(244,76,80); }
H1.HeaderClassName
{
color: #F44C50;
}
.AnyTagClassName
{
color: #F44C50;
}
</style>
background-color css
<style>
a { background-color: #F44C50; }
a { background-color: rgb(244,76,80); }
div.DivClassName
{
background-color: #F44C50;
}
.BgClassName
{
background-color: #F44C50;
}
</style>
border-color css
<style>
span { border-color: #F44C50; }
span { border-color: rgb(244,76,80); }
td.TdClassName
{
border-color: #F44C50;
}
.TagClassName
{
border-color: #F44C50;
}
</style>