Shades of Radical Red #FC334D
Tints of Radical Red #FC334D
RGB
CMYK
RGB Variations
Color information
#FC334D (or 0xFC334D) is known color: Radical Red. HEX triplet: FC, 33 and 4D. RGB value is (252,51,77). Sum of RGB (Red+Green+Blue) = 252+51+77=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC334D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC334D is #03CCB2. Grayscale: #727272. Windows color (decimal): -249011 or 5059580. OLE color: 5059580.
HSL color Cylindrical-coordinate representation of color #FC334D: hue angle of 352.24º 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 #FC334D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 77 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.01 |
| HSL | 352.24º | 0.97% | 0.59% | - |
| HSV(B) | 352.24º | 0.8% | 0.99% | - |
| XYZ | 42.67 | 23.6 | 9.33 | - |
| YUV | 114.06 | 107.09 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 77 | 0 | 0.80 | 0.69 | 0.01 | 352.24 | 0.97 | 0.59 |
| Hex | FC | 33 | 4D | 0 | 50 | 45 | 1 | 160 | 61 | 3B |
| Octal | 374 | 63 | 115 | 0 | 120 | 105 | 1 | 540 | 141 | 73 |
| Binary | 11111100 | 110011 | 1001101 | 0 | 1010000 | 1000101 | 1 | 101100000 | 1100001 | 111011 |
Color Harmonies of #FC334D
Complementary color
Monochromatic Colors of #FC334D
Black with #FC334D
Text Example
Text Example
White with #FC334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC334D; }
p { color: rgb(252,51,77); }
H1.HeaderClassName
{
color: #FC334D;
}
.AnyTagClassName
{
color: #FC334D;
}
</style>
background-color css
<style>
a { background-color: #FC334D; }
a { background-color: rgb(252,51,77); }
div.DivClassName
{
background-color: #FC334D;
}
.BgClassName
{
background-color: #FC334D;
}
</style>
border-color css
<style>
span { border-color: #FC334D; }
span { border-color: rgb(252,51,77); }
td.TdClassName
{
border-color: #FC334D;
}
.TagClassName
{
border-color: #FC334D;
}
</style>