Shades of Radical Red #F63C4D
Tints of Radical Red #F63C4D
RGB
CMYK
RGB Variations
Color information
#F63C4D (or 0xF63C4D) is known color: Radical Red. HEX triplet: F6, 3C and 4D. RGB value is (246,60,77). Sum of RGB (Red+Green+Blue) = 246+60+77=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C4D is #09C3B2. Grayscale: #757575. Windows color (decimal): -639923 or 5061878. OLE color: 5061878.
HSL color Cylindrical-coordinate representation of color #F63C4D: hue angle of 354.52º 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 #F63C4D is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 77 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.04 |
| HSL | 354.52º | 0.91% | 0.6% | - |
| HSV(B) | 354.52º | 0.76% | 0.96% | - |
| XYZ | 40.96 | 23.36 | 9.37 | - |
| YUV | 117.55 | 105.12 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 77 | 0 | 0.76 | 0.69 | 0.04 | 354.52 | 0.91 | 0.6 |
| Hex | F6 | 3C | 4D | 0 | 4C | 45 | 4 | 163 | 5B | 3C |
| Octal | 366 | 74 | 115 | 0 | 114 | 105 | 4 | 543 | 133 | 74 |
| Binary | 11110110 | 111100 | 1001101 | 0 | 1001100 | 1000101 | 100 | 101100011 | 1011011 | 111100 |
Color Harmonies of #F63C4D
Complementary color
Monochromatic Colors of #F63C4D
Black with #F63C4D
Text Example
Text Example
White with #F63C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C4D; }
p { color: rgb(246,60,77); }
H1.HeaderClassName
{
color: #F63C4D;
}
.AnyTagClassName
{
color: #F63C4D;
}
</style>
background-color css
<style>
a { background-color: #F63C4D; }
a { background-color: rgb(246,60,77); }
div.DivClassName
{
background-color: #F63C4D;
}
.BgClassName
{
background-color: #F63C4D;
}
</style>
border-color css
<style>
span { border-color: #F63C4D; }
span { border-color: rgb(246,60,77); }
td.TdClassName
{
border-color: #F63C4D;
}
.TagClassName
{
border-color: #F63C4D;
}
</style>