Shades of Radical Red #F62870
Tints of Radical Red #F62870
RGB
CMYK
RGB Variations
Color information
#F62870 (or 0xF62870) is known color: Radical Red. HEX triplet: F6, 28 and 70. RGB value is (246,40,112). Sum of RGB (Red+Green+Blue) = 246+40+112=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F62870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62870 is #09D78F. Grayscale: #6D6D6D. Windows color (decimal): -645008 or 7350518. OLE color: 7350518.
HSL color Cylindrical-coordinate representation of color #F62870: hue angle of 339.03º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62870 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 112 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.04 |
| HSL | 339.03º | 0.92% | 0.56% | - |
| HSV(B) | 339.03º | 0.84% | 0.96% | - |
| XYZ | 41.69 | 22.28 | 17.43 | - |
| YUV | 109.8 | 129.25 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 112 | 0 | 0.84 | 0.54 | 0.04 | 339.03 | 0.92 | 0.56 |
| Hex | F6 | 28 | 70 | 0 | 54 | 36 | 4 | 153 | 5C | 38 |
| Octal | 366 | 50 | 160 | 0 | 124 | 66 | 4 | 523 | 134 | 70 |
| Binary | 11110110 | 101000 | 1110000 | 0 | 1010100 | 110110 | 100 | 101010011 | 1011100 | 111000 |
Color Harmonies of #F62870
Complementary color
Monochromatic Colors of #F62870
Black with #F62870
Text Example
Text Example
White with #F62870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62870; }
p { color: rgb(246,40,112); }
H1.HeaderClassName
{
color: #F62870;
}
.AnyTagClassName
{
color: #F62870;
}
</style>
background-color css
<style>
a { background-color: #F62870; }
a { background-color: rgb(246,40,112); }
div.DivClassName
{
background-color: #F62870;
}
.BgClassName
{
background-color: #F62870;
}
</style>
border-color css
<style>
span { border-color: #F62870; }
span { border-color: rgb(246,40,112); }
td.TdClassName
{
border-color: #F62870;
}
.TagClassName
{
border-color: #F62870;
}
</style>