Shades of Radical Red #F43453
Tints of Radical Red #F43453
RGB
CMYK
RGB Variations
Color information
#F43453 (or 0xF43453) is known color: Radical Red. HEX triplet: F4, 34 and 53. RGB value is (244,52,83). Sum of RGB (Red+Green+Blue) = 244+52+83=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F43453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43453 is #0BCBAC. Grayscale: #717171. Windows color (decimal): -773037 or 5453044. OLE color: 5453044.
HSL color Cylindrical-coordinate representation of color #F43453: hue angle of 350.31º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43453 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 83 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.04 |
| HSL | 350.31º | 0.9% | 0.58% | - |
| HSV(B) | 350.31º | 0.79% | 0.96% | - |
| XYZ | 40.1 | 22.31 | 10.38 | - |
| YUV | 112.94 | 111.11 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 83 | 0 | 0.79 | 0.66 | 0.04 | 350.31 | 0.9 | 0.58 |
| Hex | F4 | 34 | 53 | 0 | 4F | 42 | 4 | 15E | 5A | 3A |
| Octal | 364 | 64 | 123 | 0 | 117 | 102 | 4 | 536 | 132 | 72 |
| Binary | 11110100 | 110100 | 1010011 | 0 | 1001111 | 1000010 | 100 | 101011110 | 1011010 | 111010 |
Color Harmonies of #F43453
Complementary color
Monochromatic Colors of #F43453
Black with #F43453
Text Example
Text Example
White with #F43453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43453; }
p { color: rgb(244,52,83); }
H1.HeaderClassName
{
color: #F43453;
}
.AnyTagClassName
{
color: #F43453;
}
</style>
background-color css
<style>
a { background-color: #F43453; }
a { background-color: rgb(244,52,83); }
div.DivClassName
{
background-color: #F43453;
}
.BgClassName
{
background-color: #F43453;
}
</style>
border-color css
<style>
span { border-color: #F43453; }
span { border-color: rgb(244,52,83); }
td.TdClassName
{
border-color: #F43453;
}
.TagClassName
{
border-color: #F43453;
}
</style>