Shades of Radical Red #FC4052
Tints of Radical Red #FC4052
RGB
CMYK
RGB Variations
Color information
#FC4052 (or 0xFC4052) is known color: Radical Red. HEX triplet: FC, 40 and 52. RGB value is (252,64,82). Sum of RGB (Red+Green+Blue) = 252+64+82=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4052 is #03BFAD. Grayscale: #7A7A7A. Windows color (decimal): -245678 or 5390588. OLE color: 5390588.
HSL color Cylindrical-coordinate representation of color #FC4052: hue angle of 354.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4052 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 82 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.01 |
| HSL | 354.26º | 0.97% | 0.62% | - |
| HSV(B) | 354.26º | 0.75% | 0.99% | - |
| XYZ | 43.5 | 24.97 | 10.51 | - |
| YUV | 122.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 82 | 0 | 0.75 | 0.67 | 0.01 | 354.26 | 0.97 | 0.62 |
| Hex | FC | 40 | 52 | 0 | 4B | 43 | 1 | 162 | 61 | 3E |
| Octal | 374 | 100 | 122 | 0 | 113 | 103 | 1 | 542 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1010010 | 0 | 1001011 | 1000011 | 1 | 101100010 | 1100001 | 111110 |
Color Harmonies of #FC4052
Complementary color
Monochromatic Colors of #FC4052
Black with #FC4052
Text Example
Text Example
White with #FC4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4052; }
p { color: rgb(252,64,82); }
H1.HeaderClassName
{
color: #FC4052;
}
.AnyTagClassName
{
color: #FC4052;
}
</style>
background-color css
<style>
a { background-color: #FC4052; }
a { background-color: rgb(252,64,82); }
div.DivClassName
{
background-color: #FC4052;
}
.BgClassName
{
background-color: #FC4052;
}
</style>
border-color css
<style>
span { border-color: #FC4052; }
span { border-color: rgb(252,64,82); }
td.TdClassName
{
border-color: #FC4052;
}
.TagClassName
{
border-color: #FC4052;
}
</style>