Shades of Radical Red #F42F63
Tints of Radical Red #F42F63
RGB
CMYK
RGB Variations
Color information
#F42F63 (or 0xF42F63) is known color: Radical Red. HEX triplet: F4, 2F and 63. RGB value is (244,47,99). Sum of RGB (Red+Green+Blue) = 244+47+99=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F63 is #0BD09C. Grayscale: #6F6F6F. Windows color (decimal): -774301 or 6500340. OLE color: 6500340.
HSL color Cylindrical-coordinate representation of color #F42F63: hue angle of 344.16º 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 #F42F63 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 99 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.04 |
| HSL | 344.16º | 0.9% | 0.57% | - |
| HSV(B) | 344.16º | 0.81% | 0.96% | - |
| XYZ | 40.58 | 22.17 | 13.94 | - |
| YUV | 111.83 | 120.77 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 99 | 0 | 0.81 | 0.59 | 0.04 | 344.16 | 0.9 | 0.57 |
| Hex | F4 | 2F | 63 | 0 | 51 | 3B | 4 | 158 | 5A | 39 |
| Octal | 364 | 57 | 143 | 0 | 121 | 73 | 4 | 530 | 132 | 71 |
| Binary | 11110100 | 101111 | 1100011 | 0 | 1010001 | 111011 | 100 | 101011000 | 1011010 | 111001 |
Color Harmonies of #F42F63
Complementary color
Monochromatic Colors of #F42F63
Black with #F42F63
Text Example
Text Example
White with #F42F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F63; }
p { color: rgb(244,47,99); }
H1.HeaderClassName
{
color: #F42F63;
}
.AnyTagClassName
{
color: #F42F63;
}
</style>
background-color css
<style>
a { background-color: #F42F63; }
a { background-color: rgb(244,47,99); }
div.DivClassName
{
background-color: #F42F63;
}
.BgClassName
{
background-color: #F42F63;
}
</style>
border-color css
<style>
span { border-color: #F42F63; }
span { border-color: rgb(244,47,99); }
td.TdClassName
{
border-color: #F42F63;
}
.TagClassName
{
border-color: #F42F63;
}
</style>