Shades of Radical Red #F44C4D
Tints of Radical Red #F44C4D
RGB
CMYK
RGB Variations
Color information
#F44C4D (or 0xF44C4D) is known color: Radical Red. HEX triplet: F4, 4C and 4D. RGB value is (244,76,77). Sum of RGB (Red+Green+Blue) = 244+76+77=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44C4D is #0BB3B2. Grayscale: #7E7E7E. Windows color (decimal): -766899 or 5065972. OLE color: 5065972.
HSL color Cylindrical-coordinate representation of color #F44C4D: hue angle of 359.64º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44C4D is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 77 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.04 |
| HSL | 359.64º | 0.88% | 0.63% | - |
| HSV(B) | 359.64º | 0.69% | 0.96% | - |
| XYZ | 41.23 | 24.94 | 9.66 | - |
| YUV | 126.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 77 | 0 | 0.69 | 0.68 | 0.04 | 359.64 | 0.88 | 0.63 |
| Hex | F4 | 4C | 4D | 0 | 45 | 44 | 4 | 168 | 58 | 3F |
| Octal | 364 | 114 | 115 | 0 | 105 | 104 | 4 | 550 | 130 | 77 |
| Binary | 11110100 | 1001100 | 1001101 | 0 | 1000101 | 1000100 | 100 | 101101000 | 1011000 | 111111 |
Color Harmonies of #F44C4D
Complementary color
Monochromatic Colors of #F44C4D
Black with #F44C4D
Text Example
Text Example
White with #F44C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C4D; }
p { color: rgb(244,76,77); }
H1.HeaderClassName
{
color: #F44C4D;
}
.AnyTagClassName
{
color: #F44C4D;
}
</style>
background-color css
<style>
a { background-color: #F44C4D; }
a { background-color: rgb(244,76,77); }
div.DivClassName
{
background-color: #F44C4D;
}
.BgClassName
{
background-color: #F44C4D;
}
</style>
border-color css
<style>
span { border-color: #F44C4D; }
span { border-color: rgb(244,76,77); }
td.TdClassName
{
border-color: #F44C4D;
}
.TagClassName
{
border-color: #F44C4D;
}
</style>