Shades of Radical Red #FC366C
Tints of Radical Red #FC366C
RGB
CMYK
RGB Variations
Color information
#FC366C (or 0xFC366C) is known color: Radical Red. HEX triplet: FC, 36 and 6C. RGB value is (252,54,108). Sum of RGB (Red+Green+Blue) = 252+54+108=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC366C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC366C is #03C993. Grayscale: #777777. Windows color (decimal): -248212 or 7091964. OLE color: 7091964.
HSL color Cylindrical-coordinate representation of color #FC366C: hue angle of 343.64º 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 #FC366C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 108 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.01 |
| HSL | 343.64º | 0.97% | 0.6% | - |
| HSV(B) | 343.64º | 0.79% | 0.99% | - |
| XYZ | 44.17 | 24.42 | 16.57 | - |
| YUV | 119.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 108 | 0 | 0.79 | 0.57 | 0.01 | 343.64 | 0.97 | 0.6 |
| Hex | FC | 36 | 6C | 0 | 4F | 39 | 1 | 158 | 61 | 3C |
| Octal | 374 | 66 | 154 | 0 | 117 | 71 | 1 | 530 | 141 | 74 |
| Binary | 11111100 | 110110 | 1101100 | 0 | 1001111 | 111001 | 1 | 101011000 | 1100001 | 111100 |
Color Harmonies of #FC366C
Complementary color
Monochromatic Colors of #FC366C
Black with #FC366C
Text Example
Text Example
White with #FC366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC366C; }
p { color: rgb(252,54,108); }
H1.HeaderClassName
{
color: #FC366C;
}
.AnyTagClassName
{
color: #FC366C;
}
</style>
background-color css
<style>
a { background-color: #FC366C; }
a { background-color: rgb(252,54,108); }
div.DivClassName
{
background-color: #FC366C;
}
.BgClassName
{
background-color: #FC366C;
}
</style>
border-color css
<style>
span { border-color: #FC366C; }
span { border-color: rgb(252,54,108); }
td.TdClassName
{
border-color: #FC366C;
}
.TagClassName
{
border-color: #FC366C;
}
</style>