Shades of Radical Red #F42460
Tints of Radical Red #F42460
RGB
CMYK
RGB Variations
Color information
#F42460 (or 0xF42460) is known color: Radical Red. HEX triplet: F4, 24 and 60. RGB value is (244,36,96). Sum of RGB (Red+Green+Blue) = 244+36+96=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F42460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42460 is #0BDB9F. Grayscale: #696969. Windows color (decimal): -777120 or 6300916. OLE color: 6300916.
HSL color Cylindrical-coordinate representation of color #F42460: hue angle of 342.69º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42460 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 96 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.04 |
| HSL | 342.69º | 0.9% | 0.55% | - |
| HSV(B) | 342.69º | 0.85% | 0.96% | - |
| XYZ | 40.05 | 21.34 | 13.07 | - |
| YUV | 105.03 | 122.91 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 96 | 0 | 0.85 | 0.61 | 0.04 | 342.69 | 0.9 | 0.55 |
| Hex | F4 | 24 | 60 | 0 | 55 | 3D | 4 | 157 | 5A | 37 |
| Octal | 364 | 44 | 140 | 0 | 125 | 75 | 4 | 527 | 132 | 67 |
| Binary | 11110100 | 100100 | 1100000 | 0 | 1010101 | 111101 | 100 | 101010111 | 1011010 | 110111 |
Color Harmonies of #F42460
Complementary color
Monochromatic Colors of #F42460
Black with #F42460
Text Example
Text Example
White with #F42460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42460; }
p { color: rgb(244,36,96); }
H1.HeaderClassName
{
color: #F42460;
}
.AnyTagClassName
{
color: #F42460;
}
</style>
background-color css
<style>
a { background-color: #F42460; }
a { background-color: rgb(244,36,96); }
div.DivClassName
{
background-color: #F42460;
}
.BgClassName
{
background-color: #F42460;
}
</style>
border-color css
<style>
span { border-color: #F42460; }
span { border-color: rgb(244,36,96); }
td.TdClassName
{
border-color: #F42460;
}
.TagClassName
{
border-color: #F42460;
}
</style>