Shades of Radical Red #F43256
Tints of Radical Red #F43256
RGB
CMYK
RGB Variations
Color information
#F43256 (or 0xF43256) is known color: Radical Red. HEX triplet: F4, 32 and 56. RGB value is (244,50,86). Sum of RGB (Red+Green+Blue) = 244+50+86=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F43256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43256 is #0BCDA9. Grayscale: #707070. Windows color (decimal): -773546 or 5649140. OLE color: 5649140.
HSL color Cylindrical-coordinate representation of color #F43256: hue angle of 348.87º 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 #F43256 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 86 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.04 |
| HSL | 348.87º | 0.9% | 0.58% | - |
| HSV(B) | 348.87º | 0.8% | 0.96% | - |
| XYZ | 40.13 | 22.19 | 10.97 | - |
| YUV | 112.11 | 113.27 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 86 | 0 | 0.80 | 0.65 | 0.04 | 348.87 | 0.9 | 0.58 |
| Hex | F4 | 32 | 56 | 0 | 50 | 41 | 4 | 15D | 5A | 3A |
| Octal | 364 | 62 | 126 | 0 | 120 | 101 | 4 | 535 | 132 | 72 |
| Binary | 11110100 | 110010 | 1010110 | 0 | 1010000 | 1000001 | 100 | 101011101 | 1011010 | 111010 |
Color Harmonies of #F43256
Complementary color
Monochromatic Colors of #F43256
Black with #F43256
Text Example
Text Example
White with #F43256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43256; }
p { color: rgb(244,50,86); }
H1.HeaderClassName
{
color: #F43256;
}
.AnyTagClassName
{
color: #F43256;
}
</style>
background-color css
<style>
a { background-color: #F43256; }
a { background-color: rgb(244,50,86); }
div.DivClassName
{
background-color: #F43256;
}
.BgClassName
{
background-color: #F43256;
}
</style>
border-color css
<style>
span { border-color: #F43256; }
span { border-color: rgb(244,50,86); }
td.TdClassName
{
border-color: #F43256;
}
.TagClassName
{
border-color: #F43256;
}
</style>