Shades of Radical Red #F63C5F
Tints of Radical Red #F63C5F
RGB
CMYK
RGB Variations
Color information
#F63C5F (or 0xF63C5F) is known color: Radical Red. HEX triplet: F6, 3C and 5F. RGB value is (246,60,95). Sum of RGB (Red+Green+Blue) = 246+60+95=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C5F is #09C3A0. Grayscale: #777777. Windows color (decimal): -639905 or 6241526. OLE color: 6241526.
HSL color Cylindrical-coordinate representation of color #F63C5F: hue angle of 348.71º 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 #F63C5F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 95 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.04 |
| HSL | 348.71º | 0.91% | 0.6% | - |
| HSV(B) | 348.71º | 0.76% | 0.96% | - |
| XYZ | 41.69 | 23.65 | 13.19 | - |
| YUV | 119.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 95 | 0 | 0.76 | 0.61 | 0.04 | 348.71 | 0.91 | 0.6 |
| Hex | F6 | 3C | 5F | 0 | 4C | 3D | 4 | 15D | 5B | 3C |
| Octal | 366 | 74 | 137 | 0 | 114 | 75 | 4 | 535 | 133 | 74 |
| Binary | 11110110 | 111100 | 1011111 | 0 | 1001100 | 111101 | 100 | 101011101 | 1011011 | 111100 |
Color Harmonies of #F63C5F
Complementary color
Monochromatic Colors of #F63C5F
Black with #F63C5F
Text Example
Text Example
White with #F63C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C5F; }
p { color: rgb(246,60,95); }
H1.HeaderClassName
{
color: #F63C5F;
}
.AnyTagClassName
{
color: #F63C5F;
}
</style>
background-color css
<style>
a { background-color: #F63C5F; }
a { background-color: rgb(246,60,95); }
div.DivClassName
{
background-color: #F63C5F;
}
.BgClassName
{
background-color: #F63C5F;
}
</style>
border-color css
<style>
span { border-color: #F63C5F; }
span { border-color: rgb(246,60,95); }
td.TdClassName
{
border-color: #F63C5F;
}
.TagClassName
{
border-color: #F63C5F;
}
</style>