Shades of Radical Red #F63C5C
Tints of Radical Red #F63C5C
RGB
CMYK
RGB Variations
Color information
#F63C5C (or 0xF63C5C) is known color: Radical Red. HEX triplet: F6, 3C and 5C. RGB value is (246,60,92). Sum of RGB (Red+Green+Blue) = 246+60+92=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C5C is #09C3A3. Grayscale: #777777. Windows color (decimal): -639908 or 6044918. OLE color: 6044918.
HSL color Cylindrical-coordinate representation of color #F63C5C: hue angle of 349.68º 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 #F63C5C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 92 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.04 |
| HSL | 349.68º | 0.91% | 0.6% | - |
| HSV(B) | 349.68º | 0.76% | 0.96% | - |
| XYZ | 41.55 | 23.6 | 12.49 | - |
| YUV | 119.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 92 | 0 | 0.76 | 0.63 | 0.04 | 349.68 | 0.91 | 0.6 |
| Hex | F6 | 3C | 5C | 0 | 4C | 3F | 4 | 15E | 5B | 3C |
| Octal | 366 | 74 | 134 | 0 | 114 | 77 | 4 | 536 | 133 | 74 |
| Binary | 11110110 | 111100 | 1011100 | 0 | 1001100 | 111111 | 100 | 101011110 | 1011011 | 111100 |
Color Harmonies of #F63C5C
Complementary color
Monochromatic Colors of #F63C5C
Black with #F63C5C
Text Example
Text Example
White with #F63C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C5C; }
p { color: rgb(246,60,92); }
H1.HeaderClassName
{
color: #F63C5C;
}
.AnyTagClassName
{
color: #F63C5C;
}
</style>
background-color css
<style>
a { background-color: #F63C5C; }
a { background-color: rgb(246,60,92); }
div.DivClassName
{
background-color: #F63C5C;
}
.BgClassName
{
background-color: #F63C5C;
}
</style>
border-color css
<style>
span { border-color: #F63C5C; }
span { border-color: rgb(246,60,92); }
td.TdClassName
{
border-color: #F63C5C;
}
.TagClassName
{
border-color: #F63C5C;
}
</style>