Shades of Radical Red #FC3255
Tints of Radical Red #FC3255
RGB
CMYK
RGB Variations
Color information
#FC3255 (or 0xFC3255) is known color: Radical Red. HEX triplet: FC, 32 and 55. RGB value is (252,50,85). Sum of RGB (Red+Green+Blue) = 252+50+85=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3255 is #03CDAA. Grayscale: #727272. Windows color (decimal): -249259 or 5583612. OLE color: 5583612.
HSL color Cylindrical-coordinate representation of color #FC3255: hue angle of 349.6º 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 #FC3255 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 85 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.01 |
| HSL | 349.6º | 0.97% | 0.59% | - |
| HSV(B) | 349.6º | 0.8% | 0.99% | - |
| XYZ | 42.93 | 23.63 | 10.89 | - |
| YUV | 114.39 | 111.42 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 85 | 0 | 0.80 | 0.66 | 0.01 | 349.6 | 0.97 | 0.59 |
| Hex | FC | 32 | 55 | 0 | 50 | 42 | 1 | 15E | 61 | 3B |
| Octal | 374 | 62 | 125 | 0 | 120 | 102 | 1 | 536 | 141 | 73 |
| Binary | 11111100 | 110010 | 1010101 | 0 | 1010000 | 1000010 | 1 | 101011110 | 1100001 | 111011 |
Color Harmonies of #FC3255
Complementary color
Monochromatic Colors of #FC3255
Black with #FC3255
Text Example
Text Example
White with #FC3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3255; }
p { color: rgb(252,50,85); }
H1.HeaderClassName
{
color: #FC3255;
}
.AnyTagClassName
{
color: #FC3255;
}
</style>
background-color css
<style>
a { background-color: #FC3255; }
a { background-color: rgb(252,50,85); }
div.DivClassName
{
background-color: #FC3255;
}
.BgClassName
{
background-color: #FC3255;
}
</style>
border-color css
<style>
span { border-color: #FC3255; }
span { border-color: rgb(252,50,85); }
td.TdClassName
{
border-color: #FC3255;
}
.TagClassName
{
border-color: #FC3255;
}
</style>