Shades of Radical Red #FC3260
Tints of Radical Red #FC3260
RGB
CMYK
RGB Variations
Color information
#FC3260 (or 0xFC3260) is known color: Radical Red. HEX triplet: FC, 32 and 60. RGB value is (252,50,96). Sum of RGB (Red+Green+Blue) = 252+50+96=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3260 is #03CD9F. Grayscale: #737373. Windows color (decimal): -249248 or 6304508. OLE color: 6304508.
HSL color Cylindrical-coordinate representation of color #FC3260: hue angle of 346.34º 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 #FC3260 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 96 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.01 |
| HSL | 346.34º | 0.97% | 0.59% | - |
| HSV(B) | 346.34º | 0.8% | 0.99% | - |
| XYZ | 43.4 | 23.82 | 13.38 | - |
| YUV | 115.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 96 | 0 | 0.80 | 0.62 | 0.01 | 346.34 | 0.97 | 0.59 |
| Hex | FC | 32 | 60 | 0 | 50 | 3E | 1 | 15A | 61 | 3B |
| Octal | 374 | 62 | 140 | 0 | 120 | 76 | 1 | 532 | 141 | 73 |
| Binary | 11111100 | 110010 | 1100000 | 0 | 1010000 | 111110 | 1 | 101011010 | 1100001 | 111011 |
Color Harmonies of #FC3260
Complementary color
Monochromatic Colors of #FC3260
Black with #FC3260
Text Example
Text Example
White with #FC3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3260; }
p { color: rgb(252,50,96); }
H1.HeaderClassName
{
color: #FC3260;
}
.AnyTagClassName
{
color: #FC3260;
}
</style>
background-color css
<style>
a { background-color: #FC3260; }
a { background-color: rgb(252,50,96); }
div.DivClassName
{
background-color: #FC3260;
}
.BgClassName
{
background-color: #FC3260;
}
</style>
border-color css
<style>
span { border-color: #FC3260; }
span { border-color: rgb(252,50,96); }
td.TdClassName
{
border-color: #FC3260;
}
.TagClassName
{
border-color: #FC3260;
}
</style>