Shades of Radical Red #FC2454
Tints of Radical Red #FC2454
RGB
CMYK
RGB Variations
Color information
#FC2454 (or 0xFC2454) is known color: Radical Red. HEX triplet: FC, 24 and 54. RGB value is (252,36,84). Sum of RGB (Red+Green+Blue) = 252+36+84=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2454 is #03DBAB. Grayscale: #6A6A6A. Windows color (decimal): -252844 or 5514492. OLE color: 5514492.
HSL color Cylindrical-coordinate representation of color #FC2454: hue angle of 346.67º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2454 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 84 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.01 |
| HSL | 346.67º | 0.97% | 0.56% | - |
| HSV(B) | 346.67º | 0.86% | 0.99% | - |
| XYZ | 42.38 | 22.6 | 10.52 | - |
| YUV | 106.06 | 115.56 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 84 | 0 | 0.86 | 0.67 | 0.01 | 346.67 | 0.97 | 0.56 |
| Hex | FC | 24 | 54 | 0 | 56 | 43 | 1 | 15B | 61 | 38 |
| Octal | 374 | 44 | 124 | 0 | 126 | 103 | 1 | 533 | 141 | 70 |
| Binary | 11111100 | 100100 | 1010100 | 0 | 1010110 | 1000011 | 1 | 101011011 | 1100001 | 111000 |
Color Harmonies of #FC2454
Complementary color
Monochromatic Colors of #FC2454
Black with #FC2454
Text Example
Text Example
White with #FC2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2454; }
p { color: rgb(252,36,84); }
H1.HeaderClassName
{
color: #FC2454;
}
.AnyTagClassName
{
color: #FC2454;
}
</style>
background-color css
<style>
a { background-color: #FC2454; }
a { background-color: rgb(252,36,84); }
div.DivClassName
{
background-color: #FC2454;
}
.BgClassName
{
background-color: #FC2454;
}
</style>
border-color css
<style>
span { border-color: #FC2454; }
span { border-color: rgb(252,36,84); }
td.TdClassName
{
border-color: #FC2454;
}
.TagClassName
{
border-color: #FC2454;
}
</style>