Shades of Radical Red #FC2A60
Tints of Radical Red #FC2A60
RGB
CMYK
RGB Variations
Color information
#FC2A60 (or 0xFC2A60) is known color: Radical Red. HEX triplet: FC, 2A and 60. RGB value is (252,42,96). Sum of RGB (Red+Green+Blue) = 252+42+96=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2A60 is #03D59F. Grayscale: #6E6E6E. Windows color (decimal): -251296 or 6302460. OLE color: 6302460.
HSL color Cylindrical-coordinate representation of color #FC2A60: hue angle of 344.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2A60 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 96 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.01 |
| HSL | 344.57º | 0.97% | 0.58% | - |
| HSV(B) | 344.57º | 0.83% | 0.99% | - |
| XYZ | 43.08 | 23.2 | 13.27 | - |
| YUV | 110.95 | 119.57 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 96 | 0 | 0.83 | 0.62 | 0.01 | 344.57 | 0.97 | 0.58 |
| Hex | FC | 2A | 60 | 0 | 53 | 3E | 1 | 159 | 61 | 3A |
| Octal | 374 | 52 | 140 | 0 | 123 | 76 | 1 | 531 | 141 | 72 |
| Binary | 11111100 | 101010 | 1100000 | 0 | 1010011 | 111110 | 1 | 101011001 | 1100001 | 111010 |
Color Harmonies of #FC2A60
Complementary color
Monochromatic Colors of #FC2A60
Black with #FC2A60
Text Example
Text Example
White with #FC2A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A60; }
p { color: rgb(252,42,96); }
H1.HeaderClassName
{
color: #FC2A60;
}
.AnyTagClassName
{
color: #FC2A60;
}
</style>
background-color css
<style>
a { background-color: #FC2A60; }
a { background-color: rgb(252,42,96); }
div.DivClassName
{
background-color: #FC2A60;
}
.BgClassName
{
background-color: #FC2A60;
}
</style>
border-color css
<style>
span { border-color: #FC2A60; }
span { border-color: rgb(252,42,96); }
td.TdClassName
{
border-color: #FC2A60;
}
.TagClassName
{
border-color: #FC2A60;
}
</style>