Shades of Radical Red #FC1E66
Tints of Radical Red #FC1E66
RGB
CMYK
RGB Variations
Color information
#FC1E66 (or 0xFC1E66) is known color: Radical Red. HEX triplet: FC, 1E and 66. RGB value is (252,30,102). Sum of RGB (Red+Green+Blue) = 252+30+102=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E66 is #03E199. Grayscale: #686868. Windows color (decimal): -254362 or 6692604. OLE color: 6692604.
HSL color Cylindrical-coordinate representation of color #FC1E66: hue angle of 340.54º 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 #FC1E66 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 102 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.01 |
| HSL | 340.54º | 0.97% | 0.55% | - |
| HSV(B) | 340.54º | 0.88% | 0.99% | - |
| XYZ | 43.01 | 22.58 | 14.66 | - |
| YUV | 104.59 | 126.55 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 102 | 0 | 0.88 | 0.60 | 0.01 | 340.54 | 0.97 | 0.55 |
| Hex | FC | 1E | 66 | 0 | 58 | 3C | 1 | 155 | 61 | 37 |
| Octal | 374 | 36 | 146 | 0 | 130 | 74 | 1 | 525 | 141 | 67 |
| Binary | 11111100 | 11110 | 1100110 | 0 | 1011000 | 111100 | 1 | 101010101 | 1100001 | 110111 |
Color Harmonies of #FC1E66
Complementary color
Monochromatic Colors of #FC1E66
Black with #FC1E66
Text Example
Text Example
White with #FC1E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E66; }
p { color: rgb(252,30,102); }
H1.HeaderClassName
{
color: #FC1E66;
}
.AnyTagClassName
{
color: #FC1E66;
}
</style>
background-color css
<style>
a { background-color: #FC1E66; }
a { background-color: rgb(252,30,102); }
div.DivClassName
{
background-color: #FC1E66;
}
.BgClassName
{
background-color: #FC1E66;
}
</style>
border-color css
<style>
span { border-color: #FC1E66; }
span { border-color: rgb(252,30,102); }
td.TdClassName
{
border-color: #FC1E66;
}
.TagClassName
{
border-color: #FC1E66;
}
</style>