Shades of Radical Red #FC3351
Tints of Radical Red #FC3351
RGB
CMYK
RGB Variations
Color information
#FC3351 (or 0xFC3351) is known color: Radical Red. HEX triplet: FC, 33 and 51. RGB value is (252,51,81). Sum of RGB (Red+Green+Blue) = 252+51+81=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3351 is #03CCAE. Grayscale: #727272. Windows color (decimal): -249007 or 5321724. OLE color: 5321724.
HSL color Cylindrical-coordinate representation of color #FC3351: hue angle of 351.04º 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 #FC3351 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 81 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.01 |
| HSL | 351.04º | 0.97% | 0.59% | - |
| HSV(B) | 351.04º | 0.8% | 0.99% | - |
| XYZ | 42.81 | 23.66 | 10.09 | - |
| YUV | 114.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 81 | 0 | 0.80 | 0.68 | 0.01 | 351.04 | 0.97 | 0.59 |
| Hex | FC | 33 | 51 | 0 | 50 | 44 | 1 | 15F | 61 | 3B |
| Octal | 374 | 63 | 121 | 0 | 120 | 104 | 1 | 537 | 141 | 73 |
| Binary | 11111100 | 110011 | 1010001 | 0 | 1010000 | 1000100 | 1 | 101011111 | 1100001 | 111011 |
Color Harmonies of #FC3351
Complementary color
Monochromatic Colors of #FC3351
Black with #FC3351
Text Example
Text Example
White with #FC3351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3351; }
p { color: rgb(252,51,81); }
H1.HeaderClassName
{
color: #FC3351;
}
.AnyTagClassName
{
color: #FC3351;
}
</style>
background-color css
<style>
a { background-color: #FC3351; }
a { background-color: rgb(252,51,81); }
div.DivClassName
{
background-color: #FC3351;
}
.BgClassName
{
background-color: #FC3351;
}
</style>
border-color css
<style>
span { border-color: #FC3351; }
span { border-color: rgb(252,51,81); }
td.TdClassName
{
border-color: #FC3351;
}
.TagClassName
{
border-color: #FC3351;
}
</style>