Shades of Radical Red #FC334E
Tints of Radical Red #FC334E
RGB
CMYK
RGB Variations
Color information
#FC334E (or 0xFC334E) is known color: Radical Red. HEX triplet: FC, 33 and 4E. RGB value is (252,51,78). Sum of RGB (Red+Green+Blue) = 252+51+78=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC334E is #03CCB1. Grayscale: #727272. Windows color (decimal): -249010 or 5125116. OLE color: 5125116.
HSL color Cylindrical-coordinate representation of color #FC334E: hue angle of 351.94º 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 #FC334E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 78 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.01 |
| HSL | 351.94º | 0.97% | 0.59% | - |
| HSV(B) | 351.94º | 0.8% | 0.99% | - |
| XYZ | 42.7 | 23.61 | 9.51 | - |
| YUV | 114.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 78 | 0 | 0.80 | 0.69 | 0.01 | 351.94 | 0.97 | 0.59 |
| Hex | FC | 33 | 4E | 0 | 50 | 45 | 1 | 160 | 61 | 3B |
| Octal | 374 | 63 | 116 | 0 | 120 | 105 | 1 | 540 | 141 | 73 |
| Binary | 11111100 | 110011 | 1001110 | 0 | 1010000 | 1000101 | 1 | 101100000 | 1100001 | 111011 |
Color Harmonies of #FC334E
Complementary color
Monochromatic Colors of #FC334E
Black with #FC334E
Text Example
Text Example
White with #FC334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC334E; }
p { color: rgb(252,51,78); }
H1.HeaderClassName
{
color: #FC334E;
}
.AnyTagClassName
{
color: #FC334E;
}
</style>
background-color css
<style>
a { background-color: #FC334E; }
a { background-color: rgb(252,51,78); }
div.DivClassName
{
background-color: #FC334E;
}
.BgClassName
{
background-color: #FC334E;
}
</style>
border-color css
<style>
span { border-color: #FC334E; }
span { border-color: rgb(252,51,78); }
td.TdClassName
{
border-color: #FC334E;
}
.TagClassName
{
border-color: #FC334E;
}
</style>