Shades of Radical Red #F42565
Tints of Radical Red #F42565
RGB
CMYK
RGB Variations
Color information
#F42565 (or 0xF42565) is known color: Radical Red. HEX triplet: F4, 25 and 65. RGB value is (244,37,101). Sum of RGB (Red+Green+Blue) = 244+37+101=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F42565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42565 is #0BDA9A. Grayscale: #6A6A6A. Windows color (decimal): -776859 or 6628852. OLE color: 6628852.
HSL color Cylindrical-coordinate representation of color #F42565: hue angle of 341.45º 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 #F42565 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 101 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.04 |
| HSL | 341.45º | 0.9% | 0.55% | - |
| HSV(B) | 341.45º | 0.85% | 0.96% | - |
| XYZ | 40.32 | 21.5 | 14.34 | - |
| YUV | 106.19 | 125.08 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 101 | 0 | 0.85 | 0.59 | 0.04 | 341.45 | 0.9 | 0.55 |
| Hex | F4 | 25 | 65 | 0 | 55 | 3B | 4 | 155 | 5A | 37 |
| Octal | 364 | 45 | 145 | 0 | 125 | 73 | 4 | 525 | 132 | 67 |
| Binary | 11110100 | 100101 | 1100101 | 0 | 1010101 | 111011 | 100 | 101010101 | 1011010 | 110111 |
Color Harmonies of #F42565
Complementary color
Monochromatic Colors of #F42565
Black with #F42565
Text Example
Text Example
White with #F42565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42565; }
p { color: rgb(244,37,101); }
H1.HeaderClassName
{
color: #F42565;
}
.AnyTagClassName
{
color: #F42565;
}
</style>
background-color css
<style>
a { background-color: #F42565; }
a { background-color: rgb(244,37,101); }
div.DivClassName
{
background-color: #F42565;
}
.BgClassName
{
background-color: #F42565;
}
</style>
border-color css
<style>
span { border-color: #F42565; }
span { border-color: rgb(244,37,101); }
td.TdClassName
{
border-color: #F42565;
}
.TagClassName
{
border-color: #F42565;
}
</style>