Shades of Radical Red #F42464
Tints of Radical Red #F42464
RGB
CMYK
RGB Variations
Color information
#F42464 (or 0xF42464) is known color: Radical Red. HEX triplet: F4, 24 and 64. RGB value is (244,36,100). Sum of RGB (Red+Green+Blue) = 244+36+100=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F42464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42464 is #0BDB9B. Grayscale: #696969. Windows color (decimal): -777116 or 6563060. OLE color: 6563060.
HSL color Cylindrical-coordinate representation of color #F42464: hue angle of 341.54º 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 #F42464 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 100 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.04 |
| HSL | 341.54º | 0.9% | 0.55% | - |
| HSV(B) | 341.54º | 0.85% | 0.96% | - |
| XYZ | 40.24 | 21.41 | 14.07 | - |
| YUV | 105.49 | 124.91 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 100 | 0 | 0.85 | 0.59 | 0.04 | 341.54 | 0.9 | 0.55 |
| Hex | F4 | 24 | 64 | 0 | 55 | 3B | 4 | 156 | 5A | 37 |
| Octal | 364 | 44 | 144 | 0 | 125 | 73 | 4 | 526 | 132 | 67 |
| Binary | 11110100 | 100100 | 1100100 | 0 | 1010101 | 111011 | 100 | 101010110 | 1011010 | 110111 |
Color Harmonies of #F42464
Complementary color
Monochromatic Colors of #F42464
Black with #F42464
Text Example
Text Example
White with #F42464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42464; }
p { color: rgb(244,36,100); }
H1.HeaderClassName
{
color: #F42464;
}
.AnyTagClassName
{
color: #F42464;
}
</style>
background-color css
<style>
a { background-color: #F42464; }
a { background-color: rgb(244,36,100); }
div.DivClassName
{
background-color: #F42464;
}
.BgClassName
{
background-color: #F42464;
}
</style>
border-color css
<style>
span { border-color: #F42464; }
span { border-color: rgb(244,36,100); }
td.TdClassName
{
border-color: #F42464;
}
.TagClassName
{
border-color: #F42464;
}
</style>