Shades of Radical Red #F63870
Tints of Radical Red #F63870
RGB
CMYK
RGB Variations
Color information
#F63870 (or 0xF63870) is known color: Radical Red. HEX triplet: F6, 38 and 70. RGB value is (246,56,112). Sum of RGB (Red+Green+Blue) = 246+56+112=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F63870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63870 is #09C78F. Grayscale: #777777. Windows color (decimal): -640912 or 7354614. OLE color: 7354614.
HSL color Cylindrical-coordinate representation of color #F63870: hue angle of 342.32º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F63870 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 112 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.04 |
| HSL | 342.32º | 0.91% | 0.59% | - |
| HSV(B) | 342.32º | 0.77% | 0.96% | - |
| XYZ | 42.34 | 23.59 | 17.65 | - |
| YUV | 119.19 | 123.95 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 112 | 0 | 0.77 | 0.54 | 0.04 | 342.32 | 0.91 | 0.59 |
| Hex | F6 | 38 | 70 | 0 | 4D | 36 | 4 | 156 | 5B | 3B |
| Octal | 366 | 70 | 160 | 0 | 115 | 66 | 4 | 526 | 133 | 73 |
| Binary | 11110110 | 111000 | 1110000 | 0 | 1001101 | 110110 | 100 | 101010110 | 1011011 | 111011 |
Color Harmonies of #F63870
Complementary color
Monochromatic Colors of #F63870
Black with #F63870
Text Example
Text Example
White with #F63870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63870; }
p { color: rgb(246,56,112); }
H1.HeaderClassName
{
color: #F63870;
}
.AnyTagClassName
{
color: #F63870;
}
</style>
background-color css
<style>
a { background-color: #F63870; }
a { background-color: rgb(246,56,112); }
div.DivClassName
{
background-color: #F63870;
}
.BgClassName
{
background-color: #F63870;
}
</style>
border-color css
<style>
span { border-color: #F63870; }
span { border-color: rgb(246,56,112); }
td.TdClassName
{
border-color: #F63870;
}
.TagClassName
{
border-color: #F63870;
}
</style>