Shades of Radical Red #F43C4D
Tints of Radical Red #F43C4D
RGB
CMYK
RGB Variations
Color information
#F43C4D (or 0xF43C4D) is known color: Radical Red. HEX triplet: F4, 3C and 4D. RGB value is (244,60,77). Sum of RGB (Red+Green+Blue) = 244+60+77=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43C4D is #0BC3B2. Grayscale: #757575. Windows color (decimal): -770995 or 5061876. OLE color: 5061876.
HSL color Cylindrical-coordinate representation of color #F43C4D: hue angle of 354.46º 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 #F43C4D is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 77 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.04 |
| HSL | 354.46º | 0.89% | 0.6% | - |
| HSV(B) | 354.46º | 0.75% | 0.96% | - |
| XYZ | 40.26 | 23 | 9.34 | - |
| YUV | 116.95 | 105.46 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 77 | 0 | 0.75 | 0.68 | 0.04 | 354.46 | 0.89 | 0.6 |
| Hex | F4 | 3C | 4D | 0 | 4B | 44 | 4 | 162 | 59 | 3C |
| Octal | 364 | 74 | 115 | 0 | 113 | 104 | 4 | 542 | 131 | 74 |
| Binary | 11110100 | 111100 | 1001101 | 0 | 1001011 | 1000100 | 100 | 101100010 | 1011001 | 111100 |
Color Harmonies of #F43C4D
Complementary color
Monochromatic Colors of #F43C4D
Black with #F43C4D
Text Example
Text Example
White with #F43C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C4D; }
p { color: rgb(244,60,77); }
H1.HeaderClassName
{
color: #F43C4D;
}
.AnyTagClassName
{
color: #F43C4D;
}
</style>
background-color css
<style>
a { background-color: #F43C4D; }
a { background-color: rgb(244,60,77); }
div.DivClassName
{
background-color: #F43C4D;
}
.BgClassName
{
background-color: #F43C4D;
}
</style>
border-color css
<style>
span { border-color: #F43C4D; }
span { border-color: rgb(244,60,77); }
td.TdClassName
{
border-color: #F43C4D;
}
.TagClassName
{
border-color: #F43C4D;
}
</style>