Shades of Radical Red #F42463
Tints of Radical Red #F42463
RGB
CMYK
RGB Variations
Color information
#F42463 (or 0xF42463) is known color: Radical Red. HEX triplet: F4, 24 and 63. RGB value is (244,36,99). Sum of RGB (Red+Green+Blue) = 244+36+99=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F42463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42463 is #0BDB9C. Grayscale: #696969. Windows color (decimal): -777117 or 6497524. OLE color: 6497524.
HSL color Cylindrical-coordinate representation of color #F42463: hue angle of 341.83º 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 #F42463 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 99 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.04 |
| HSL | 341.83º | 0.9% | 0.55% | - |
| HSV(B) | 341.83º | 0.85% | 0.96% | - |
| XYZ | 40.19 | 21.4 | 13.82 | - |
| YUV | 105.37 | 124.41 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 99 | 0 | 0.85 | 0.59 | 0.04 | 341.83 | 0.9 | 0.55 |
| Hex | F4 | 24 | 63 | 0 | 55 | 3B | 4 | 156 | 5A | 37 |
| Octal | 364 | 44 | 143 | 0 | 125 | 73 | 4 | 526 | 132 | 67 |
| Binary | 11110100 | 100100 | 1100011 | 0 | 1010101 | 111011 | 100 | 101010110 | 1011010 | 110111 |
Color Harmonies of #F42463
Complementary color
Monochromatic Colors of #F42463
Black with #F42463
Text Example
Text Example
White with #F42463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42463; }
p { color: rgb(244,36,99); }
H1.HeaderClassName
{
color: #F42463;
}
.AnyTagClassName
{
color: #F42463;
}
</style>
background-color css
<style>
a { background-color: #F42463; }
a { background-color: rgb(244,36,99); }
div.DivClassName
{
background-color: #F42463;
}
.BgClassName
{
background-color: #F42463;
}
</style>
border-color css
<style>
span { border-color: #F42463; }
span { border-color: rgb(244,36,99); }
td.TdClassName
{
border-color: #F42463;
}
.TagClassName
{
border-color: #F42463;
}
</style>