Shades of Radical Red #FC335D
Tints of Radical Red #FC335D
RGB
CMYK
RGB Variations
Color information
#FC335D (or 0xFC335D) is known color: Radical Red. HEX triplet: FC, 33 and 5D. RGB value is (252,51,93). Sum of RGB (Red+Green+Blue) = 252+51+93=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC335D is #03CCA2. Grayscale: #737373. Windows color (decimal): -248995 or 6108156. OLE color: 6108156.
HSL color Cylindrical-coordinate representation of color #FC335D: hue angle of 347.46º 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 #FC335D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 93 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.01 |
| HSL | 347.46º | 0.97% | 0.59% | - |
| HSV(B) | 347.46º | 0.8% | 0.99% | - |
| XYZ | 43.3 | 23.85 | 12.68 | - |
| YUV | 115.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 93 | 0 | 0.80 | 0.63 | 0.01 | 347.46 | 0.97 | 0.59 |
| Hex | FC | 33 | 5D | 0 | 50 | 3F | 1 | 15B | 61 | 3B |
| Octal | 374 | 63 | 135 | 0 | 120 | 77 | 1 | 533 | 141 | 73 |
| Binary | 11111100 | 110011 | 1011101 | 0 | 1010000 | 111111 | 1 | 101011011 | 1100001 | 111011 |
Color Harmonies of #FC335D
Complementary color
Monochromatic Colors of #FC335D
Black with #FC335D
Text Example
Text Example
White with #FC335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC335D; }
p { color: rgb(252,51,93); }
H1.HeaderClassName
{
color: #FC335D;
}
.AnyTagClassName
{
color: #FC335D;
}
</style>
background-color css
<style>
a { background-color: #FC335D; }
a { background-color: rgb(252,51,93); }
div.DivClassName
{
background-color: #FC335D;
}
.BgClassName
{
background-color: #FC335D;
}
</style>
border-color css
<style>
span { border-color: #FC335D; }
span { border-color: rgb(252,51,93); }
td.TdClassName
{
border-color: #FC335D;
}
.TagClassName
{
border-color: #FC335D;
}
</style>