Shades of Radical Red #F43D4C
Tints of Radical Red #F43D4C
RGB
CMYK
RGB Variations
Color information
#F43D4C (or 0xF43D4C) is known color: Radical Red. HEX triplet: F4, 3D and 4C. RGB value is (244,61,76). Sum of RGB (Red+Green+Blue) = 244+61+76=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43D4C is #0BC2B3. Grayscale: #757575. Windows color (decimal): -770740 or 4996596. OLE color: 4996596.
HSL color Cylindrical-coordinate representation of color #F43D4C: hue angle of 355.08º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43D4C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 61 | 76 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.04 |
| HSL | 355.08º | 0.89% | 0.6% | - |
| HSV(B) | 355.08º | 0.75% | 0.96% | - |
| XYZ | 40.28 | 23.09 | 9.17 | - |
| YUV | 117.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 61 | 76 | 0 | 0.75 | 0.69 | 0.04 | 355.08 | 0.89 | 0.6 |
| Hex | F4 | 3D | 4C | 0 | 4B | 45 | 4 | 163 | 59 | 3C |
| Octal | 364 | 75 | 114 | 0 | 113 | 105 | 4 | 543 | 131 | 74 |
| Binary | 11110100 | 111101 | 1001100 | 0 | 1001011 | 1000101 | 100 | 101100011 | 1011001 | 111100 |
Color Harmonies of #F43D4C
Complementary color
Monochromatic Colors of #F43D4C
Black with #F43D4C
Text Example
Text Example
White with #F43D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43D4C; }
p { color: rgb(244,61,76); }
H1.HeaderClassName
{
color: #F43D4C;
}
.AnyTagClassName
{
color: #F43D4C;
}
</style>
background-color css
<style>
a { background-color: #F43D4C; }
a { background-color: rgb(244,61,76); }
div.DivClassName
{
background-color: #F43D4C;
}
.BgClassName
{
background-color: #F43D4C;
}
</style>
border-color css
<style>
span { border-color: #F43D4C; }
span { border-color: rgb(244,61,76); }
td.TdClassName
{
border-color: #F43D4C;
}
.TagClassName
{
border-color: #F43D4C;
}
</style>