Shades of Radical Red #F63C5E
Tints of Radical Red #F63C5E
RGB
CMYK
RGB Variations
Color information
#F63C5E (or 0xF63C5E) is known color: Radical Red. HEX triplet: F6, 3C and 5E. RGB value is (246,60,94). Sum of RGB (Red+Green+Blue) = 246+60+94=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C5E is #09C3A1. Grayscale: #777777. Windows color (decimal): -639906 or 6175990. OLE color: 6175990.
HSL color Cylindrical-coordinate representation of color #F63C5E: hue angle of 349.03º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63C5E is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 94 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.04 |
| HSL | 349.03º | 0.91% | 0.6% | - |
| HSV(B) | 349.03º | 0.76% | 0.96% | - |
| XYZ | 41.64 | 23.63 | 12.96 | - |
| YUV | 119.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 94 | 0 | 0.76 | 0.62 | 0.04 | 349.03 | 0.91 | 0.6 |
| Hex | F6 | 3C | 5E | 0 | 4C | 3E | 4 | 15D | 5B | 3C |
| Octal | 366 | 74 | 136 | 0 | 114 | 76 | 4 | 535 | 133 | 74 |
| Binary | 11110110 | 111100 | 1011110 | 0 | 1001100 | 111110 | 100 | 101011101 | 1011011 | 111100 |
Color Harmonies of #F63C5E
Complementary color
Monochromatic Colors of #F63C5E
Black with #F63C5E
Text Example
Text Example
White with #F63C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C5E; }
p { color: rgb(246,60,94); }
H1.HeaderClassName
{
color: #F63C5E;
}
.AnyTagClassName
{
color: #F63C5E;
}
</style>
background-color css
<style>
a { background-color: #F63C5E; }
a { background-color: rgb(246,60,94); }
div.DivClassName
{
background-color: #F63C5E;
}
.BgClassName
{
background-color: #F63C5E;
}
</style>
border-color css
<style>
span { border-color: #F63C5E; }
span { border-color: rgb(246,60,94); }
td.TdClassName
{
border-color: #F63C5E;
}
.TagClassName
{
border-color: #F63C5E;
}
</style>