Shades of Radical Red #F43C60
Tints of Radical Red #F43C60
RGB
CMYK
RGB Variations
Color information
#F43C60 (or 0xF43C60) is known color: Radical Red. HEX triplet: F4, 3C and 60. RGB value is (244,60,96). Sum of RGB (Red+Green+Blue) = 244+60+96=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43C60 is #0BC39F. Grayscale: #777777. Windows color (decimal): -770976 or 6307060. OLE color: 6307060.
HSL color Cylindrical-coordinate representation of color #F43C60: hue angle of 348.26º 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 #F43C60 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 96 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.04 |
| HSL | 348.26º | 0.89% | 0.6% | - |
| HSV(B) | 348.26º | 0.75% | 0.96% | - |
| XYZ | 41.04 | 23.31 | 13.4 | - |
| YUV | 119.12 | 114.96 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 96 | 0 | 0.75 | 0.61 | 0.04 | 348.26 | 0.89 | 0.6 |
| Hex | F4 | 3C | 60 | 0 | 4B | 3D | 4 | 15C | 59 | 3C |
| Octal | 364 | 74 | 140 | 0 | 113 | 75 | 4 | 534 | 131 | 74 |
| Binary | 11110100 | 111100 | 1100000 | 0 | 1001011 | 111101 | 100 | 101011100 | 1011001 | 111100 |
Color Harmonies of #F43C60
Complementary color
Monochromatic Colors of #F43C60
Black with #F43C60
Text Example
Text Example
White with #F43C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C60; }
p { color: rgb(244,60,96); }
H1.HeaderClassName
{
color: #F43C60;
}
.AnyTagClassName
{
color: #F43C60;
}
</style>
background-color css
<style>
a { background-color: #F43C60; }
a { background-color: rgb(244,60,96); }
div.DivClassName
{
background-color: #F43C60;
}
.BgClassName
{
background-color: #F43C60;
}
</style>
border-color css
<style>
span { border-color: #F43C60; }
span { border-color: rgb(244,60,96); }
td.TdClassName
{
border-color: #F43C60;
}
.TagClassName
{
border-color: #F43C60;
}
</style>