Shades of Radical Red #FC364C
Tints of Radical Red #FC364C
RGB
CMYK
RGB Variations
Color information
#FC364C (or 0xFC364C) is known color: Radical Red. HEX triplet: FC, 36 and 4C. RGB value is (252,54,76). Sum of RGB (Red+Green+Blue) = 252+54+76=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC364C is #03C9B3. Grayscale: #737373. Windows color (decimal): -248244 or 4994812. OLE color: 4994812.
HSL color Cylindrical-coordinate representation of color #FC364C: hue angle of 353.33º 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 #FC364C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 76 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.01 |
| HSL | 353.33º | 0.97% | 0.6% | - |
| HSV(B) | 353.33º | 0.79% | 0.99% | - |
| XYZ | 42.77 | 23.86 | 9.19 | - |
| YUV | 115.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 76 | 0 | 0.79 | 0.70 | 0.01 | 353.33 | 0.97 | 0.6 |
| Hex | FC | 36 | 4C | 0 | 4F | 46 | 1 | 161 | 61 | 3C |
| Octal | 374 | 66 | 114 | 0 | 117 | 106 | 1 | 541 | 141 | 74 |
| Binary | 11111100 | 110110 | 1001100 | 0 | 1001111 | 1000110 | 1 | 101100001 | 1100001 | 111100 |
Color Harmonies of #FC364C
Complementary color
Monochromatic Colors of #FC364C
Black with #FC364C
Text Example
Text Example
White with #FC364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC364C; }
p { color: rgb(252,54,76); }
H1.HeaderClassName
{
color: #FC364C;
}
.AnyTagClassName
{
color: #FC364C;
}
</style>
background-color css
<style>
a { background-color: #FC364C; }
a { background-color: rgb(252,54,76); }
div.DivClassName
{
background-color: #FC364C;
}
.BgClassName
{
background-color: #FC364C;
}
</style>
border-color css
<style>
span { border-color: #FC364C; }
span { border-color: rgb(252,54,76); }
td.TdClassName
{
border-color: #FC364C;
}
.TagClassName
{
border-color: #FC364C;
}
</style>