Shades of Radical Red #FC2766
Tints of Radical Red #FC2766
RGB
CMYK
RGB Variations
Color information
#FC2766 (or 0xFC2766) is known color: Radical Red. HEX triplet: FC, 27 and 66. RGB value is (252,39,102). Sum of RGB (Red+Green+Blue) = 252+39+102=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2766 is #03D899. Grayscale: #6D6D6D. Windows color (decimal): -252058 or 6694908. OLE color: 6694908.
HSL color Cylindrical-coordinate representation of color #FC2766: hue angle of 342.25º 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 #FC2766 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 102 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.01 |
| HSL | 342.25º | 0.97% | 0.57% | - |
| HSV(B) | 342.25º | 0.85% | 0.99% | - |
| XYZ | 43.27 | 23.11 | 14.75 | - |
| YUV | 109.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 102 | 0 | 0.85 | 0.60 | 0.01 | 342.25 | 0.97 | 0.57 |
| Hex | FC | 27 | 66 | 0 | 55 | 3C | 1 | 156 | 61 | 39 |
| Octal | 374 | 47 | 146 | 0 | 125 | 74 | 1 | 526 | 141 | 71 |
| Binary | 11111100 | 100111 | 1100110 | 0 | 1010101 | 111100 | 1 | 101010110 | 1100001 | 111001 |
Color Harmonies of #FC2766
Complementary color
Monochromatic Colors of #FC2766
Black with #FC2766
Text Example
Text Example
White with #FC2766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2766; }
p { color: rgb(252,39,102); }
H1.HeaderClassName
{
color: #FC2766;
}
.AnyTagClassName
{
color: #FC2766;
}
</style>
background-color css
<style>
a { background-color: #FC2766; }
a { background-color: rgb(252,39,102); }
div.DivClassName
{
background-color: #FC2766;
}
.BgClassName
{
background-color: #FC2766;
}
</style>
border-color css
<style>
span { border-color: #FC2766; }
span { border-color: rgb(252,39,102); }
td.TdClassName
{
border-color: #FC2766;
}
.TagClassName
{
border-color: #FC2766;
}
</style>