Shades of Radical Red #F43470
Tints of Radical Red #F43470
RGB
CMYK
RGB Variations
Color information
#F43470 (or 0xF43470) is known color: Radical Red. HEX triplet: F4, 34 and 70. RGB value is (244,52,112). Sum of RGB (Red+Green+Blue) = 244+52+112=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F43470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43470 is #0BCB8F. Grayscale: #747474. Windows color (decimal): -773008 or 7353588. OLE color: 7353588.
HSL color Cylindrical-coordinate representation of color #F43470: hue angle of 341.25º 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 #F43470 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 112 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.04 |
| HSL | 341.25º | 0.9% | 0.58% | - |
| HSV(B) | 341.25º | 0.79% | 0.96% | - |
| XYZ | 41.46 | 22.86 | 17.56 | - |
| YUV | 116.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 112 | 0 | 0.79 | 0.54 | 0.04 | 341.25 | 0.9 | 0.58 |
| Hex | F4 | 34 | 70 | 0 | 4F | 36 | 4 | 155 | 5A | 3A |
| Octal | 364 | 64 | 160 | 0 | 117 | 66 | 4 | 525 | 132 | 72 |
| Binary | 11110100 | 110100 | 1110000 | 0 | 1001111 | 110110 | 100 | 101010101 | 1011010 | 111010 |
Color Harmonies of #F43470
Complementary color
Monochromatic Colors of #F43470
Black with #F43470
Text Example
Text Example
White with #F43470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43470; }
p { color: rgb(244,52,112); }
H1.HeaderClassName
{
color: #F43470;
}
.AnyTagClassName
{
color: #F43470;
}
</style>
background-color css
<style>
a { background-color: #F43470; }
a { background-color: rgb(244,52,112); }
div.DivClassName
{
background-color: #F43470;
}
.BgClassName
{
background-color: #F43470;
}
</style>
border-color css
<style>
span { border-color: #F43470; }
span { border-color: rgb(244,52,112); }
td.TdClassName
{
border-color: #F43470;
}
.TagClassName
{
border-color: #F43470;
}
</style>