Shades of Radical Red #FC4160
Tints of Radical Red #FC4160
RGB
CMYK
RGB Variations
Color information
#FC4160 (or 0xFC4160) is known color: Radical Red. HEX triplet: FC, 41 and 60. RGB value is (252,65,96). Sum of RGB (Red+Green+Blue) = 252+65+96=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4160 is #03BE9F. Grayscale: #7C7C7C. Windows color (decimal): -245408 or 6308348. OLE color: 6308348.
HSL color Cylindrical-coordinate representation of color #FC4160: hue angle of 350.05º 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 #FC4160 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 96 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.01 |
| HSL | 350.05º | 0.97% | 0.62% | - |
| HSV(B) | 350.05º | 0.74% | 0.99% | - |
| XYZ | 44.15 | 25.32 | 13.63 | - |
| YUV | 124.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 96 | 0 | 0.74 | 0.62 | 0.01 | 350.05 | 0.97 | 0.62 |
| Hex | FC | 41 | 60 | 0 | 4A | 3E | 1 | 15E | 61 | 3E |
| Octal | 374 | 101 | 140 | 0 | 112 | 76 | 1 | 536 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1100000 | 0 | 1001010 | 111110 | 1 | 101011110 | 1100001 | 111110 |
Color Harmonies of #FC4160
Complementary color
Monochromatic Colors of #FC4160
Black with #FC4160
Text Example
Text Example
White with #FC4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4160; }
p { color: rgb(252,65,96); }
H1.HeaderClassName
{
color: #FC4160;
}
.AnyTagClassName
{
color: #FC4160;
}
</style>
background-color css
<style>
a { background-color: #FC4160; }
a { background-color: rgb(252,65,96); }
div.DivClassName
{
background-color: #FC4160;
}
.BgClassName
{
background-color: #FC4160;
}
</style>
border-color css
<style>
span { border-color: #FC4160; }
span { border-color: rgb(252,65,96); }
td.TdClassName
{
border-color: #FC4160;
}
.TagClassName
{
border-color: #FC4160;
}
</style>