Shades of Radical Red #F42461
Tints of Radical Red #F42461
RGB
CMYK
RGB Variations
Color information
#F42461 (or 0xF42461) is known color: Radical Red. HEX triplet: F4, 24 and 61. RGB value is (244,36,97). Sum of RGB (Red+Green+Blue) = 244+36+97=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F42461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42461 is #0BDB9E. Grayscale: #696969. Windows color (decimal): -777119 or 6366452. OLE color: 6366452.
HSL color Cylindrical-coordinate representation of color #F42461: hue angle of 342.4º 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 #F42461 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 97 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.04 |
| HSL | 342.4º | 0.9% | 0.55% | - |
| HSV(B) | 342.4º | 0.85% | 0.96% | - |
| XYZ | 40.1 | 21.36 | 13.32 | - |
| YUV | 105.15 | 123.41 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 97 | 0 | 0.85 | 0.60 | 0.04 | 342.4 | 0.9 | 0.55 |
| Hex | F4 | 24 | 61 | 0 | 55 | 3C | 4 | 156 | 5A | 37 |
| Octal | 364 | 44 | 141 | 0 | 125 | 74 | 4 | 526 | 132 | 67 |
| Binary | 11110100 | 100100 | 1100001 | 0 | 1010101 | 111100 | 100 | 101010110 | 1011010 | 110111 |
Color Harmonies of #F42461
Complementary color
Monochromatic Colors of #F42461
Black with #F42461
Text Example
Text Example
White with #F42461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42461; }
p { color: rgb(244,36,97); }
H1.HeaderClassName
{
color: #F42461;
}
.AnyTagClassName
{
color: #F42461;
}
</style>
background-color css
<style>
a { background-color: #F42461; }
a { background-color: rgb(244,36,97); }
div.DivClassName
{
background-color: #F42461;
}
.BgClassName
{
background-color: #F42461;
}
</style>
border-color css
<style>
span { border-color: #F42461; }
span { border-color: rgb(244,36,97); }
td.TdClassName
{
border-color: #F42461;
}
.TagClassName
{
border-color: #F42461;
}
</style>