Shades of Radical Red #FC3354
Tints of Radical Red #FC3354
RGB
CMYK
RGB Variations
Color information
#FC3354 (or 0xFC3354) is known color: Radical Red. HEX triplet: FC, 33 and 54. RGB value is (252,51,84). Sum of RGB (Red+Green+Blue) = 252+51+84=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3354 is #03CCAB. Grayscale: #727272. Windows color (decimal): -249004 or 5518332. OLE color: 5518332.
HSL color Cylindrical-coordinate representation of color #FC3354: hue angle of 350.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3354 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 84 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.01 |
| HSL | 350.15º | 0.97% | 0.59% | - |
| HSV(B) | 350.15º | 0.8% | 0.99% | - |
| XYZ | 42.93 | 23.7 | 10.7 | - |
| YUV | 114.86 | 110.59 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 84 | 0 | 0.80 | 0.67 | 0.01 | 350.15 | 0.97 | 0.59 |
| Hex | FC | 33 | 54 | 0 | 50 | 43 | 1 | 15E | 61 | 3B |
| Octal | 374 | 63 | 124 | 0 | 120 | 103 | 1 | 536 | 141 | 73 |
| Binary | 11111100 | 110011 | 1010100 | 0 | 1010000 | 1000011 | 1 | 101011110 | 1100001 | 111011 |
Color Harmonies of #FC3354
Complementary color
Monochromatic Colors of #FC3354
Black with #FC3354
Text Example
Text Example
White with #FC3354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3354; }
p { color: rgb(252,51,84); }
H1.HeaderClassName
{
color: #FC3354;
}
.AnyTagClassName
{
color: #FC3354;
}
</style>
background-color css
<style>
a { background-color: #FC3354; }
a { background-color: rgb(252,51,84); }
div.DivClassName
{
background-color: #FC3354;
}
.BgClassName
{
background-color: #FC3354;
}
</style>
border-color css
<style>
span { border-color: #FC3354; }
span { border-color: rgb(252,51,84); }
td.TdClassName
{
border-color: #FC3354;
}
.TagClassName
{
border-color: #FC3354;
}
</style>