Shades of Radical Red #F24C4D
Tints of Radical Red #F24C4D
RGB
CMYK
RGB Variations
Color information
#F24C4D (or 0xF24C4D) is known color: Radical Red. HEX triplet: F2, 4C and 4D. RGB value is (242,76,77). Sum of RGB (Red+Green+Blue) = 242+76+77=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C4D is #0DB3B2. Grayscale: #7D7D7D. Windows color (decimal): -897971 or 5065970. OLE color: 5065970.
HSL color Cylindrical-coordinate representation of color #F24C4D: hue angle of 359.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24C4D is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 77 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.05 |
| HSL | 359.64º | 0.86% | 0.62% | - |
| HSV(B) | 359.64º | 0.69% | 0.95% | - |
| XYZ | 40.54 | 24.58 | 9.63 | - |
| YUV | 125.75 | 100.5 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 77 | 0 | 0.69 | 0.68 | 0.05 | 359.64 | 0.86 | 0.62 |
| Hex | F2 | 4C | 4D | 0 | 45 | 44 | 5 | 168 | 56 | 3E |
| Octal | 362 | 114 | 115 | 0 | 105 | 104 | 5 | 550 | 126 | 76 |
| Binary | 11110010 | 1001100 | 1001101 | 0 | 1000101 | 1000100 | 101 | 101101000 | 1010110 | 111110 |
Color Harmonies of #F24C4D
Complementary color
Monochromatic Colors of #F24C4D
Black with #F24C4D
Text Example
Text Example
White with #F24C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C4D; }
p { color: rgb(242,76,77); }
H1.HeaderClassName
{
color: #F24C4D;
}
.AnyTagClassName
{
color: #F24C4D;
}
</style>
background-color css
<style>
a { background-color: #F24C4D; }
a { background-color: rgb(242,76,77); }
div.DivClassName
{
background-color: #F24C4D;
}
.BgClassName
{
background-color: #F24C4D;
}
</style>
border-color css
<style>
span { border-color: #F24C4D; }
span { border-color: rgb(242,76,77); }
td.TdClassName
{
border-color: #F24C4D;
}
.TagClassName
{
border-color: #F24C4D;
}
</style>