Shades of Radical Red #FC2666
Tints of Radical Red #FC2666
RGB
CMYK
RGB Variations
Color information
#FC2666 (or 0xFC2666) is known color: Radical Red. HEX triplet: FC, 26 and 66. RGB value is (252,38,102). Sum of RGB (Red+Green+Blue) = 252+38+102=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2666 is #03D999. Grayscale: #6D6D6D. Windows color (decimal): -252314 or 6694652. OLE color: 6694652.
HSL color Cylindrical-coordinate representation of color #FC2666: hue angle of 342.06º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2666 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 102 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.01 |
| HSL | 342.06º | 0.97% | 0.57% | - |
| HSV(B) | 342.06º | 0.85% | 0.99% | - |
| XYZ | 43.24 | 23.04 | 14.74 | - |
| YUV | 109.28 | 123.9 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 102 | 0 | 0.85 | 0.60 | 0.01 | 342.06 | 0.97 | 0.57 |
| Hex | FC | 26 | 66 | 0 | 55 | 3C | 1 | 156 | 61 | 39 |
| Octal | 374 | 46 | 146 | 0 | 125 | 74 | 1 | 526 | 141 | 71 |
| Binary | 11111100 | 100110 | 1100110 | 0 | 1010101 | 111100 | 1 | 101010110 | 1100001 | 111001 |
Color Harmonies of #FC2666
Complementary color
Monochromatic Colors of #FC2666
Black with #FC2666
Text Example
Text Example
White with #FC2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2666; }
p { color: rgb(252,38,102); }
H1.HeaderClassName
{
color: #FC2666;
}
.AnyTagClassName
{
color: #FC2666;
}
</style>
background-color css
<style>
a { background-color: #FC2666; }
a { background-color: rgb(252,38,102); }
div.DivClassName
{
background-color: #FC2666;
}
.BgClassName
{
background-color: #FC2666;
}
</style>
border-color css
<style>
span { border-color: #FC2666; }
span { border-color: rgb(252,38,102); }
td.TdClassName
{
border-color: #FC2666;
}
.TagClassName
{
border-color: #FC2666;
}
</style>