Shades of Radical Red #FC336E
Tints of Radical Red #FC336E
RGB
CMYK
RGB Variations
Color information
#FC336E (or 0xFC336E) is known color: Radical Red. HEX triplet: FC, 33 and 6E. RGB value is (252,51,110). Sum of RGB (Red+Green+Blue) = 252+51+110=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC336E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC336E is #03CC91. Grayscale: #757575. Windows color (decimal): -248978 or 7222268. OLE color: 7222268.
HSL color Cylindrical-coordinate representation of color #FC336E: hue angle of 342.39º 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 #FC336E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 110 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.01 |
| HSL | 342.39º | 0.97% | 0.59% | - |
| HSV(B) | 342.39º | 0.8% | 0.99% | - |
| XYZ | 44.14 | 24.19 | 17.09 | - |
| YUV | 117.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 110 | 0 | 0.80 | 0.56 | 0.01 | 342.39 | 0.97 | 0.59 |
| Hex | FC | 33 | 6E | 0 | 50 | 38 | 1 | 156 | 61 | 3B |
| Octal | 374 | 63 | 156 | 0 | 120 | 70 | 1 | 526 | 141 | 73 |
| Binary | 11111100 | 110011 | 1101110 | 0 | 1010000 | 111000 | 1 | 101010110 | 1100001 | 111011 |
Color Harmonies of #FC336E
Complementary color
Monochromatic Colors of #FC336E
Black with #FC336E
Text Example
Text Example
White with #FC336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC336E; }
p { color: rgb(252,51,110); }
H1.HeaderClassName
{
color: #FC336E;
}
.AnyTagClassName
{
color: #FC336E;
}
</style>
background-color css
<style>
a { background-color: #FC336E; }
a { background-color: rgb(252,51,110); }
div.DivClassName
{
background-color: #FC336E;
}
.BgClassName
{
background-color: #FC336E;
}
</style>
border-color css
<style>
span { border-color: #FC336E; }
span { border-color: rgb(252,51,110); }
td.TdClassName
{
border-color: #FC336E;
}
.TagClassName
{
border-color: #FC336E;
}
</style>