Shades of Radical Red #F43C70
Tints of Radical Red #F43C70
RGB
CMYK
RGB Variations
Color information
#F43C70 (or 0xF43C70) is known color: Radical Red. HEX triplet: F4, 3C and 70. RGB value is (244,60,112). Sum of RGB (Red+Green+Blue) = 244+60+112=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43C70 is #0BC38F. Grayscale: #787878. Windows color (decimal): -770960 or 7355636. OLE color: 7355636.
HSL color Cylindrical-coordinate representation of color #F43C70: hue angle of 343.04º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43C70 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 112 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.04 |
| HSL | 343.04º | 0.89% | 0.6% | - |
| HSV(B) | 343.04º | 0.75% | 0.96% | - |
| XYZ | 41.85 | 23.63 | 17.69 | - |
| YUV | 120.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 112 | 0 | 0.75 | 0.54 | 0.04 | 343.04 | 0.89 | 0.6 |
| Hex | F4 | 3C | 70 | 0 | 4B | 36 | 4 | 157 | 59 | 3C |
| Octal | 364 | 74 | 160 | 0 | 113 | 66 | 4 | 527 | 131 | 74 |
| Binary | 11110100 | 111100 | 1110000 | 0 | 1001011 | 110110 | 100 | 101010111 | 1011001 | 111100 |
Color Harmonies of #F43C70
Complementary color
Monochromatic Colors of #F43C70
Black with #F43C70
Text Example
Text Example
White with #F43C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C70; }
p { color: rgb(244,60,112); }
H1.HeaderClassName
{
color: #F43C70;
}
.AnyTagClassName
{
color: #F43C70;
}
</style>
background-color css
<style>
a { background-color: #F43C70; }
a { background-color: rgb(244,60,112); }
div.DivClassName
{
background-color: #F43C70;
}
.BgClassName
{
background-color: #F43C70;
}
</style>
border-color css
<style>
span { border-color: #F43C70; }
span { border-color: rgb(244,60,112); }
td.TdClassName
{
border-color: #F43C70;
}
.TagClassName
{
border-color: #F43C70;
}
</style>