Shades of Radical Red #F42564
Tints of Radical Red #F42564
RGB
CMYK
RGB Variations
Color information
#F42564 (or 0xF42564) is known color: Radical Red. HEX triplet: F4, 25 and 64. RGB value is (244,37,100). Sum of RGB (Red+Green+Blue) = 244+37+100=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F42564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42564 is #0BDA9B. Grayscale: #6A6A6A. Windows color (decimal): -776860 or 6563316. OLE color: 6563316.
HSL color Cylindrical-coordinate representation of color #F42564: hue angle of 341.74º 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 #F42564 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 100 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.04 |
| HSL | 341.74º | 0.9% | 0.55% | - |
| HSV(B) | 341.74º | 0.85% | 0.96% | - |
| XYZ | 40.27 | 21.48 | 14.08 | - |
| YUV | 106.08 | 124.58 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 100 | 0 | 0.85 | 0.59 | 0.04 | 341.74 | 0.9 | 0.55 |
| Hex | F4 | 25 | 64 | 0 | 55 | 3B | 4 | 156 | 5A | 37 |
| Octal | 364 | 45 | 144 | 0 | 125 | 73 | 4 | 526 | 132 | 67 |
| Binary | 11110100 | 100101 | 1100100 | 0 | 1010101 | 111011 | 100 | 101010110 | 1011010 | 110111 |
Color Harmonies of #F42564
Complementary color
Monochromatic Colors of #F42564
Black with #F42564
Text Example
Text Example
White with #F42564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42564; }
p { color: rgb(244,37,100); }
H1.HeaderClassName
{
color: #F42564;
}
.AnyTagClassName
{
color: #F42564;
}
</style>
background-color css
<style>
a { background-color: #F42564; }
a { background-color: rgb(244,37,100); }
div.DivClassName
{
background-color: #F42564;
}
.BgClassName
{
background-color: #F42564;
}
</style>
border-color css
<style>
span { border-color: #F42564; }
span { border-color: rgb(244,37,100); }
td.TdClassName
{
border-color: #F42564;
}
.TagClassName
{
border-color: #F42564;
}
</style>