Shades of Radical Red #F43552
Tints of Radical Red #F43552
RGB
CMYK
RGB Variations
Color information
#F43552 (or 0xF43552) is known color: Radical Red. HEX triplet: F4, 35 and 52. RGB value is (244,53,82). Sum of RGB (Red+Green+Blue) = 244+53+82=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F43552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43552 is #0BCAAD. Grayscale: #717171. Windows color (decimal): -772782 or 5387764. OLE color: 5387764.
HSL color Cylindrical-coordinate representation of color #F43552: hue angle of 350.89º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F43552 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 82 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.04 |
| HSL | 350.89º | 0.9% | 0.58% | - |
| HSV(B) | 350.89º | 0.78% | 0.96% | - |
| XYZ | 40.1 | 22.39 | 10.19 | - |
| YUV | 113.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 82 | 0 | 0.78 | 0.66 | 0.04 | 350.89 | 0.9 | 0.58 |
| Hex | F4 | 35 | 52 | 0 | 4E | 42 | 4 | 15F | 5A | 3A |
| Octal | 364 | 65 | 122 | 0 | 116 | 102 | 4 | 537 | 132 | 72 |
| Binary | 11110100 | 110101 | 1010010 | 0 | 1001110 | 1000010 | 100 | 101011111 | 1011010 | 111010 |
Color Harmonies of #F43552
Complementary color
Monochromatic Colors of #F43552
Black with #F43552
Text Example
Text Example
White with #F43552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43552; }
p { color: rgb(244,53,82); }
H1.HeaderClassName
{
color: #F43552;
}
.AnyTagClassName
{
color: #F43552;
}
</style>
background-color css
<style>
a { background-color: #F43552; }
a { background-color: rgb(244,53,82); }
div.DivClassName
{
background-color: #F43552;
}
.BgClassName
{
background-color: #F43552;
}
</style>
border-color css
<style>
span { border-color: #F43552; }
span { border-color: rgb(244,53,82); }
td.TdClassName
{
border-color: #F43552;
}
.TagClassName
{
border-color: #F43552;
}
</style>