Shades of Radical Red #F43F5E
Tints of Radical Red #F43F5E
RGB
CMYK
RGB Variations
Color information
#F43F5E (or 0xF43F5E) is known color: Radical Red. HEX triplet: F4, 3F and 5E. RGB value is (244,63,94). Sum of RGB (Red+Green+Blue) = 244+63+94=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F43F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43F5E is #0BC0A1. Grayscale: #787878. Windows color (decimal): -770210 or 6176756. OLE color: 6176756.
HSL color Cylindrical-coordinate representation of color #F43F5E: hue angle of 349.72º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F43F5E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 94 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.04 |
| HSL | 349.72º | 0.89% | 0.6% | - |
| HSV(B) | 349.72º | 0.74% | 0.96% | - |
| XYZ | 41.11 | 23.6 | 12.98 | - |
| YUV | 120.65 | 112.97 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 94 | 0 | 0.74 | 0.61 | 0.04 | 349.72 | 0.89 | 0.6 |
| Hex | F4 | 3F | 5E | 0 | 4A | 3D | 4 | 15E | 59 | 3C |
| Octal | 364 | 77 | 136 | 0 | 112 | 75 | 4 | 536 | 131 | 74 |
| Binary | 11110100 | 111111 | 1011110 | 0 | 1001010 | 111101 | 100 | 101011110 | 1011001 | 111100 |
Color Harmonies of #F43F5E
Complementary color
Monochromatic Colors of #F43F5E
Black with #F43F5E
Text Example
Text Example
White with #F43F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43F5E; }
p { color: rgb(244,63,94); }
H1.HeaderClassName
{
color: #F43F5E;
}
.AnyTagClassName
{
color: #F43F5E;
}
</style>
background-color css
<style>
a { background-color: #F43F5E; }
a { background-color: rgb(244,63,94); }
div.DivClassName
{
background-color: #F43F5E;
}
.BgClassName
{
background-color: #F43F5E;
}
</style>
border-color css
<style>
span { border-color: #F43F5E; }
span { border-color: rgb(244,63,94); }
td.TdClassName
{
border-color: #F43F5E;
}
.TagClassName
{
border-color: #F43F5E;
}
</style>