Shades of Radical Red #FC1E62
Tints of Radical Red #FC1E62
RGB
CMYK
RGB Variations
Color information
#FC1E62 (or 0xFC1E62) is known color: Radical Red. HEX triplet: FC, 1E and 62. RGB value is (252,30,98). Sum of RGB (Red+Green+Blue) = 252+30+98=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E62 is #03E19D. Grayscale: #686868. Windows color (decimal): -254366 or 6430460. OLE color: 6430460.
HSL color Cylindrical-coordinate representation of color #FC1E62: hue angle of 341.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1E62 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 98 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.01 |
| HSL | 341.62º | 0.97% | 0.55% | - |
| HSV(B) | 341.62º | 0.88% | 0.99% | - |
| XYZ | 42.81 | 22.51 | 13.64 | - |
| YUV | 104.13 | 124.55 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 98 | 0 | 0.88 | 0.61 | 0.01 | 341.62 | 0.97 | 0.55 |
| Hex | FC | 1E | 62 | 0 | 58 | 3D | 1 | 156 | 61 | 37 |
| Octal | 374 | 36 | 142 | 0 | 130 | 75 | 1 | 526 | 141 | 67 |
| Binary | 11111100 | 11110 | 1100010 | 0 | 1011000 | 111101 | 1 | 101010110 | 1100001 | 110111 |
Color Harmonies of #FC1E62
Complementary color
Monochromatic Colors of #FC1E62
Black with #FC1E62
Text Example
Text Example
White with #FC1E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E62; }
p { color: rgb(252,30,98); }
H1.HeaderClassName
{
color: #FC1E62;
}
.AnyTagClassName
{
color: #FC1E62;
}
</style>
background-color css
<style>
a { background-color: #FC1E62; }
a { background-color: rgb(252,30,98); }
div.DivClassName
{
background-color: #FC1E62;
}
.BgClassName
{
background-color: #FC1E62;
}
</style>
border-color css
<style>
span { border-color: #FC1E62; }
span { border-color: rgb(252,30,98); }
td.TdClassName
{
border-color: #FC1E62;
}
.TagClassName
{
border-color: #FC1E62;
}
</style>