Shades of Radical Red #F43273
Tints of Radical Red #F43273
RGB
CMYK
RGB Variations
Color information
#F43273 (or 0xF43273) is known color: Radical Red. HEX triplet: F4, 32 and 73. RGB value is (244,50,115). Sum of RGB (Red+Green+Blue) = 244+50+115=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F43273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43273 is #0BCD8C. Grayscale: #737373. Windows color (decimal): -773517 or 7549684. OLE color: 7549684.
HSL color Cylindrical-coordinate representation of color #F43273: hue angle of 339.9º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43273 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 115 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.04 |
| HSL | 339.9º | 0.9% | 0.58% | - |
| HSV(B) | 339.9º | 0.8% | 0.96% | - |
| XYZ | 41.54 | 22.75 | 18.42 | - |
| YUV | 115.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 115 | 0 | 0.80 | 0.53 | 0.04 | 339.9 | 0.9 | 0.58 |
| Hex | F4 | 32 | 73 | 0 | 50 | 35 | 4 | 154 | 5A | 3A |
| Octal | 364 | 62 | 163 | 0 | 120 | 65 | 4 | 524 | 132 | 72 |
| Binary | 11110100 | 110010 | 1110011 | 0 | 1010000 | 110101 | 100 | 101010100 | 1011010 | 111010 |
Color Harmonies of #F43273
Complementary color
Monochromatic Colors of #F43273
Black with #F43273
Text Example
Text Example
White with #F43273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43273; }
p { color: rgb(244,50,115); }
H1.HeaderClassName
{
color: #F43273;
}
.AnyTagClassName
{
color: #F43273;
}
</style>
background-color css
<style>
a { background-color: #F43273; }
a { background-color: rgb(244,50,115); }
div.DivClassName
{
background-color: #F43273;
}
.BgClassName
{
background-color: #F43273;
}
</style>
border-color css
<style>
span { border-color: #F43273; }
span { border-color: rgb(244,50,115); }
td.TdClassName
{
border-color: #F43273;
}
.TagClassName
{
border-color: #F43273;
}
</style>