Shades of Radical Red #FC365D
Tints of Radical Red #FC365D
RGB
CMYK
RGB Variations
Color information
#FC365D (or 0xFC365D) is known color: Radical Red. HEX triplet: FC, 36 and 5D. RGB value is (252,54,93). Sum of RGB (Red+Green+Blue) = 252+54+93=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC365D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC365D is #03C9A2. Grayscale: #757575. Windows color (decimal): -248227 or 6108924. OLE color: 6108924.
HSL color Cylindrical-coordinate representation of color #FC365D: hue angle of 348.18º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC365D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 93 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.01 |
| HSL | 348.18º | 0.97% | 0.6% | - |
| HSV(B) | 348.18º | 0.79% | 0.99% | - |
| XYZ | 43.44 | 24.12 | 12.72 | - |
| YUV | 117.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 93 | 0 | 0.79 | 0.63 | 0.01 | 348.18 | 0.97 | 0.6 |
| Hex | FC | 36 | 5D | 0 | 4F | 3F | 1 | 15C | 61 | 3C |
| Octal | 374 | 66 | 135 | 0 | 117 | 77 | 1 | 534 | 141 | 74 |
| Binary | 11111100 | 110110 | 1011101 | 0 | 1001111 | 111111 | 1 | 101011100 | 1100001 | 111100 |
Color Harmonies of #FC365D
Complementary color
Monochromatic Colors of #FC365D
Black with #FC365D
Text Example
Text Example
White with #FC365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC365D; }
p { color: rgb(252,54,93); }
H1.HeaderClassName
{
color: #FC365D;
}
.AnyTagClassName
{
color: #FC365D;
}
</style>
background-color css
<style>
a { background-color: #FC365D; }
a { background-color: rgb(252,54,93); }
div.DivClassName
{
background-color: #FC365D;
}
.BgClassName
{
background-color: #FC365D;
}
</style>
border-color css
<style>
span { border-color: #FC365D; }
span { border-color: rgb(252,54,93); }
td.TdClassName
{
border-color: #FC365D;
}
.TagClassName
{
border-color: #FC365D;
}
</style>