Shades of Radical Red #F43F5D
Tints of Radical Red #F43F5D
RGB
CMYK
RGB Variations
Color information
#F43F5D (or 0xF43F5D) is known color: Radical Red. HEX triplet: F4, 3F and 5D. RGB value is (244,63,93). Sum of RGB (Red+Green+Blue) = 244+63+93=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F43F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43F5D is #0BC0A2. Grayscale: #787878. Windows color (decimal): -770211 or 6111220. OLE color: 6111220.
HSL color Cylindrical-coordinate representation of color #F43F5D: hue angle of 350.06º 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 #F43F5D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 93 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.04 |
| HSL | 350.06º | 0.89% | 0.6% | - |
| HSV(B) | 350.06º | 0.74% | 0.96% | - |
| XYZ | 41.06 | 23.58 | 12.74 | - |
| YUV | 120.54 | 112.47 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 93 | 0 | 0.74 | 0.62 | 0.04 | 350.06 | 0.89 | 0.6 |
| Hex | F4 | 3F | 5D | 0 | 4A | 3E | 4 | 15E | 59 | 3C |
| Octal | 364 | 77 | 135 | 0 | 112 | 76 | 4 | 536 | 131 | 74 |
| Binary | 11110100 | 111111 | 1011101 | 0 | 1001010 | 111110 | 100 | 101011110 | 1011001 | 111100 |
Color Harmonies of #F43F5D
Complementary color
Monochromatic Colors of #F43F5D
Black with #F43F5D
Text Example
Text Example
White with #F43F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43F5D; }
p { color: rgb(244,63,93); }
H1.HeaderClassName
{
color: #F43F5D;
}
.AnyTagClassName
{
color: #F43F5D;
}
</style>
background-color css
<style>
a { background-color: #F43F5D; }
a { background-color: rgb(244,63,93); }
div.DivClassName
{
background-color: #F43F5D;
}
.BgClassName
{
background-color: #F43F5D;
}
</style>
border-color css
<style>
span { border-color: #F43F5D; }
span { border-color: rgb(244,63,93); }
td.TdClassName
{
border-color: #F43F5D;
}
.TagClassName
{
border-color: #F43F5D;
}
</style>