Shades of Radical Red #F43C5D
Tints of Radical Red #F43C5D
RGB
CMYK
RGB Variations
Color information
#F43C5D (or 0xF43C5D) is known color: Radical Red. HEX triplet: F4, 3C and 5D. RGB value is (244,60,93). Sum of RGB (Red+Green+Blue) = 244+60+93=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43C5D is #0BC3A2. Grayscale: #767676. Windows color (decimal): -770979 or 6110452. OLE color: 6110452.
HSL color Cylindrical-coordinate representation of color #F43C5D: hue angle of 349.24º 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 #F43C5D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 93 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.04 |
| HSL | 349.24º | 0.89% | 0.6% | - |
| HSV(B) | 349.24º | 0.75% | 0.96% | - |
| XYZ | 40.9 | 23.26 | 12.69 | - |
| YUV | 118.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 93 | 0 | 0.75 | 0.62 | 0.04 | 349.24 | 0.89 | 0.6 |
| Hex | F4 | 3C | 5D | 0 | 4B | 3E | 4 | 15D | 59 | 3C |
| Octal | 364 | 74 | 135 | 0 | 113 | 76 | 4 | 535 | 131 | 74 |
| Binary | 11110100 | 111100 | 1011101 | 0 | 1001011 | 111110 | 100 | 101011101 | 1011001 | 111100 |
Color Harmonies of #F43C5D
Complementary color
Monochromatic Colors of #F43C5D
Black with #F43C5D
Text Example
Text Example
White with #F43C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C5D; }
p { color: rgb(244,60,93); }
H1.HeaderClassName
{
color: #F43C5D;
}
.AnyTagClassName
{
color: #F43C5D;
}
</style>
background-color css
<style>
a { background-color: #F43C5D; }
a { background-color: rgb(244,60,93); }
div.DivClassName
{
background-color: #F43C5D;
}
.BgClassName
{
background-color: #F43C5D;
}
</style>
border-color css
<style>
span { border-color: #F43C5D; }
span { border-color: rgb(244,60,93); }
td.TdClassName
{
border-color: #F43C5D;
}
.TagClassName
{
border-color: #F43C5D;
}
</style>