Shades of Radical Red #FC4260
Tints of Radical Red #FC4260
RGB
CMYK
RGB Variations
Color information
#FC4260 (or 0xFC4260) is known color: Radical Red. HEX triplet: FC, 42 and 60. RGB value is (252,66,96). Sum of RGB (Red+Green+Blue) = 252+66+96=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4260 is #03BD9F. Grayscale: #7D7D7D. Windows color (decimal): -245152 or 6308604. OLE color: 6308604.
HSL color Cylindrical-coordinate representation of color #FC4260: hue angle of 350.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4260 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 96 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.01 |
| HSL | 350.32º | 0.97% | 0.62% | - |
| HSV(B) | 350.32º | 0.74% | 0.99% | - |
| XYZ | 44.2 | 25.44 | 13.65 | - |
| YUV | 125.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 96 | 0 | 0.74 | 0.62 | 0.01 | 350.32 | 0.97 | 0.62 |
| Hex | FC | 42 | 60 | 0 | 4A | 3E | 1 | 15E | 61 | 3E |
| Octal | 374 | 102 | 140 | 0 | 112 | 76 | 1 | 536 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1100000 | 0 | 1001010 | 111110 | 1 | 101011110 | 1100001 | 111110 |
Color Harmonies of #FC4260
Complementary color
Monochromatic Colors of #FC4260
Black with #FC4260
Text Example
Text Example
White with #FC4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4260; }
p { color: rgb(252,66,96); }
H1.HeaderClassName
{
color: #FC4260;
}
.AnyTagClassName
{
color: #FC4260;
}
</style>
background-color css
<style>
a { background-color: #FC4260; }
a { background-color: rgb(252,66,96); }
div.DivClassName
{
background-color: #FC4260;
}
.BgClassName
{
background-color: #FC4260;
}
</style>
border-color css
<style>
span { border-color: #FC4260; }
span { border-color: rgb(252,66,96); }
td.TdClassName
{
border-color: #FC4260;
}
.TagClassName
{
border-color: #FC4260;
}
</style>