Shades of Radical Red #F43373
Tints of Radical Red #F43373
RGB
CMYK
RGB Variations
Color information
#F43373 (or 0xF43373) is known color: Radical Red. HEX triplet: F4, 33 and 73. RGB value is (244,51,115). Sum of RGB (Red+Green+Blue) = 244+51+115=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F43373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43373 is #0BCC8C. Grayscale: #737373. Windows color (decimal): -773261 or 7549940. OLE color: 7549940.
HSL color Cylindrical-coordinate representation of color #F43373: hue angle of 340.1º 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 #F43373 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 115 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.04 |
| HSL | 340.1º | 0.9% | 0.58% | - |
| HSV(B) | 340.1º | 0.79% | 0.96% | - |
| XYZ | 41.59 | 22.84 | 18.44 | - |
| YUV | 116 | 127.44 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 115 | 0 | 0.79 | 0.53 | 0.04 | 340.1 | 0.9 | 0.58 |
| Hex | F4 | 33 | 73 | 0 | 4F | 35 | 4 | 154 | 5A | 3A |
| Octal | 364 | 63 | 163 | 0 | 117 | 65 | 4 | 524 | 132 | 72 |
| Binary | 11110100 | 110011 | 1110011 | 0 | 1001111 | 110101 | 100 | 101010100 | 1011010 | 111010 |
Color Harmonies of #F43373
Complementary color
Monochromatic Colors of #F43373
Black with #F43373
Text Example
Text Example
White with #F43373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43373; }
p { color: rgb(244,51,115); }
H1.HeaderClassName
{
color: #F43373;
}
.AnyTagClassName
{
color: #F43373;
}
</style>
background-color css
<style>
a { background-color: #F43373; }
a { background-color: rgb(244,51,115); }
div.DivClassName
{
background-color: #F43373;
}
.BgClassName
{
background-color: #F43373;
}
</style>
border-color css
<style>
span { border-color: #F43373; }
span { border-color: rgb(244,51,115); }
td.TdClassName
{
border-color: #F43373;
}
.TagClassName
{
border-color: #F43373;
}
</style>