Shades of Radical Red #FC3253
Tints of Radical Red #FC3253
RGB
CMYK
RGB Variations
Color information
#FC3253 (or 0xFC3253) is known color: Radical Red. HEX triplet: FC, 32 and 53. RGB value is (252,50,83). Sum of RGB (Red+Green+Blue) = 252+50+83=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3253 is #03CDAC. Grayscale: #727272. Windows color (decimal): -249261 or 5452540. OLE color: 5452540.
HSL color Cylindrical-coordinate representation of color #FC3253: hue angle of 350.2º 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 #FC3253 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 83 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.01 |
| HSL | 350.2º | 0.97% | 0.59% | - |
| HSV(B) | 350.2º | 0.8% | 0.99% | - |
| XYZ | 42.85 | 23.6 | 10.48 | - |
| YUV | 114.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 83 | 0 | 0.80 | 0.67 | 0.01 | 350.2 | 0.97 | 0.59 |
| Hex | FC | 32 | 53 | 0 | 50 | 43 | 1 | 15E | 61 | 3B |
| Octal | 374 | 62 | 123 | 0 | 120 | 103 | 1 | 536 | 141 | 73 |
| Binary | 11111100 | 110010 | 1010011 | 0 | 1010000 | 1000011 | 1 | 101011110 | 1100001 | 111011 |
Color Harmonies of #FC3253
Complementary color
Monochromatic Colors of #FC3253
Black with #FC3253
Text Example
Text Example
White with #FC3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3253; }
p { color: rgb(252,50,83); }
H1.HeaderClassName
{
color: #FC3253;
}
.AnyTagClassName
{
color: #FC3253;
}
</style>
background-color css
<style>
a { background-color: #FC3253; }
a { background-color: rgb(252,50,83); }
div.DivClassName
{
background-color: #FC3253;
}
.BgClassName
{
background-color: #FC3253;
}
</style>
border-color css
<style>
span { border-color: #FC3253; }
span { border-color: rgb(252,50,83); }
td.TdClassName
{
border-color: #FC3253;
}
.TagClassName
{
border-color: #FC3253;
}
</style>