Shades of Radical Red #F63C5D
Tints of Radical Red #F63C5D
RGB
CMYK
RGB Variations
Color information
#F63C5D (or 0xF63C5D) is known color: Radical Red. HEX triplet: F6, 3C and 5D. RGB value is (246,60,93). Sum of RGB (Red+Green+Blue) = 246+60+93=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C5D is #09C3A2. Grayscale: #777777. Windows color (decimal): -639907 or 6110454. OLE color: 6110454.
HSL color Cylindrical-coordinate representation of color #F63C5D: hue angle of 349.35º 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 #F63C5D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 93 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.04 |
| HSL | 349.35º | 0.91% | 0.6% | - |
| HSV(B) | 349.35º | 0.76% | 0.96% | - |
| XYZ | 41.6 | 23.61 | 12.72 | - |
| YUV | 119.38 | 113.12 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 93 | 0 | 0.76 | 0.62 | 0.04 | 349.35 | 0.91 | 0.6 |
| Hex | F6 | 3C | 5D | 0 | 4C | 3E | 4 | 15D | 5B | 3C |
| Octal | 366 | 74 | 135 | 0 | 114 | 76 | 4 | 535 | 133 | 74 |
| Binary | 11110110 | 111100 | 1011101 | 0 | 1001100 | 111110 | 100 | 101011101 | 1011011 | 111100 |
Color Harmonies of #F63C5D
Complementary color
Monochromatic Colors of #F63C5D
Black with #F63C5D
Text Example
Text Example
White with #F63C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C5D; }
p { color: rgb(246,60,93); }
H1.HeaderClassName
{
color: #F63C5D;
}
.AnyTagClassName
{
color: #F63C5D;
}
</style>
background-color css
<style>
a { background-color: #F63C5D; }
a { background-color: rgb(246,60,93); }
div.DivClassName
{
background-color: #F63C5D;
}
.BgClassName
{
background-color: #F63C5D;
}
</style>
border-color css
<style>
span { border-color: #F63C5D; }
span { border-color: rgb(246,60,93); }
td.TdClassName
{
border-color: #F63C5D;
}
.TagClassName
{
border-color: #F63C5D;
}
</style>