Shades of Radical Red #F43C53
Tints of Radical Red #F43C53
RGB
CMYK
RGB Variations
Color information
#F43C53 (or 0xF43C53) is known color: Radical Red. HEX triplet: F4, 3C and 53. RGB value is (244,60,83). Sum of RGB (Red+Green+Blue) = 244+60+83=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43C53 is #0BC3AC. Grayscale: #757575. Windows color (decimal): -770989 or 5455092. OLE color: 5455092.
HSL color Cylindrical-coordinate representation of color #F43C53: hue angle of 352.5º 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 #F43C53 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 83 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.04 |
| HSL | 352.5º | 0.89% | 0.6% | - |
| HSV(B) | 352.5º | 0.75% | 0.96% | - |
| XYZ | 40.49 | 23.09 | 10.51 | - |
| YUV | 117.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 83 | 0 | 0.75 | 0.66 | 0.04 | 352.5 | 0.89 | 0.6 |
| Hex | F4 | 3C | 53 | 0 | 4B | 42 | 4 | 160 | 59 | 3C |
| Octal | 364 | 74 | 123 | 0 | 113 | 102 | 4 | 540 | 131 | 74 |
| Binary | 11110100 | 111100 | 1010011 | 0 | 1001011 | 1000010 | 100 | 101100000 | 1011001 | 111100 |
Color Harmonies of #F43C53
Complementary color
Monochromatic Colors of #F43C53
Black with #F43C53
Text Example
Text Example
White with #F43C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C53; }
p { color: rgb(244,60,83); }
H1.HeaderClassName
{
color: #F43C53;
}
.AnyTagClassName
{
color: #F43C53;
}
</style>
background-color css
<style>
a { background-color: #F43C53; }
a { background-color: rgb(244,60,83); }
div.DivClassName
{
background-color: #F43C53;
}
.BgClassName
{
background-color: #F43C53;
}
</style>
border-color css
<style>
span { border-color: #F43C53; }
span { border-color: rgb(244,60,83); }
td.TdClassName
{
border-color: #F43C53;
}
.TagClassName
{
border-color: #F43C53;
}
</style>