Shades of Radical Red #FC3168
Tints of Radical Red #FC3168
RGB
CMYK
RGB Variations
Color information
#FC3168 (or 0xFC3168) is known color: Radical Red. HEX triplet: FC, 31 and 68. RGB value is (252,49,104). Sum of RGB (Red+Green+Blue) = 252+49+104=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3168 is #03CE97. Grayscale: #737373. Windows color (decimal): -249496 or 6828540. OLE color: 6828540.
HSL color Cylindrical-coordinate representation of color #FC3168: hue angle of 343.74º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC3168 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 104 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.01 |
| HSL | 343.74º | 0.97% | 0.59% | - |
| HSV(B) | 343.74º | 0.81% | 0.99% | - |
| XYZ | 43.74 | 23.89 | 15.4 | - |
| YUV | 115.97 | 121.25 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 104 | 0 | 0.81 | 0.59 | 0.01 | 343.74 | 0.97 | 0.59 |
| Hex | FC | 31 | 68 | 0 | 51 | 3B | 1 | 158 | 61 | 3B |
| Octal | 374 | 61 | 150 | 0 | 121 | 73 | 1 | 530 | 141 | 73 |
| Binary | 11111100 | 110001 | 1101000 | 0 | 1010001 | 111011 | 1 | 101011000 | 1100001 | 111011 |
Color Harmonies of #FC3168
Complementary color
Monochromatic Colors of #FC3168
Black with #FC3168
Text Example
Text Example
White with #FC3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3168; }
p { color: rgb(252,49,104); }
H1.HeaderClassName
{
color: #FC3168;
}
.AnyTagClassName
{
color: #FC3168;
}
</style>
background-color css
<style>
a { background-color: #FC3168; }
a { background-color: rgb(252,49,104); }
div.DivClassName
{
background-color: #FC3168;
}
.BgClassName
{
background-color: #FC3168;
}
</style>
border-color css
<style>
span { border-color: #FC3168; }
span { border-color: rgb(252,49,104); }
td.TdClassName
{
border-color: #FC3168;
}
.TagClassName
{
border-color: #FC3168;
}
</style>