Shades of Radical Red #F42F55
Tints of Radical Red #F42F55
RGB
CMYK
RGB Variations
Color information
#F42F55 (or 0xF42F55) is known color: Radical Red. HEX triplet: F4, 2F and 55. RGB value is (244,47,85). Sum of RGB (Red+Green+Blue) = 244+47+85=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F55 is #0BD0AA. Grayscale: #6E6E6E. Windows color (decimal): -774315 or 5582836. OLE color: 5582836.
HSL color Cylindrical-coordinate representation of color #F42F55: hue angle of 348.43º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42F55 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 85 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.04 |
| HSL | 348.43º | 0.9% | 0.57% | - |
| HSV(B) | 348.43º | 0.81% | 0.96% | - |
| XYZ | 39.96 | 21.92 | 10.72 | - |
| YUV | 110.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 85 | 0 | 0.81 | 0.65 | 0.04 | 348.43 | 0.9 | 0.57 |
| Hex | F4 | 2F | 55 | 0 | 51 | 41 | 4 | 15C | 5A | 39 |
| Octal | 364 | 57 | 125 | 0 | 121 | 101 | 4 | 534 | 132 | 71 |
| Binary | 11110100 | 101111 | 1010101 | 0 | 1010001 | 1000001 | 100 | 101011100 | 1011010 | 111001 |
Color Harmonies of #F42F55
Complementary color
Monochromatic Colors of #F42F55
Black with #F42F55
Text Example
Text Example
White with #F42F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F55; }
p { color: rgb(244,47,85); }
H1.HeaderClassName
{
color: #F42F55;
}
.AnyTagClassName
{
color: #F42F55;
}
</style>
background-color css
<style>
a { background-color: #F42F55; }
a { background-color: rgb(244,47,85); }
div.DivClassName
{
background-color: #F42F55;
}
.BgClassName
{
background-color: #F42F55;
}
</style>
border-color css
<style>
span { border-color: #F42F55; }
span { border-color: rgb(244,47,85); }
td.TdClassName
{
border-color: #F42F55;
}
.TagClassName
{
border-color: #F42F55;
}
</style>