Shades of Radical Red #FC2A66
Tints of Radical Red #FC2A66
RGB
CMYK
RGB Variations
Color information
#FC2A66 (or 0xFC2A66) is known color: Radical Red. HEX triplet: FC, 2A and 66. RGB value is (252,42,102). Sum of RGB (Red+Green+Blue) = 252+42+102=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2A66 is #03D599. Grayscale: #6F6F6F. Windows color (decimal): -251290 or 6695676. OLE color: 6695676.
HSL color Cylindrical-coordinate representation of color #FC2A66: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2A66 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 102 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.01 |
| HSL | 342.86º | 0.97% | 0.58% | - |
| HSV(B) | 342.86º | 0.83% | 0.99% | - |
| XYZ | 43.37 | 23.31 | 14.78 | - |
| YUV | 111.63 | 122.57 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 102 | 0 | 0.83 | 0.60 | 0.01 | 342.86 | 0.97 | 0.58 |
| Hex | FC | 2A | 66 | 0 | 53 | 3C | 1 | 157 | 61 | 3A |
| Octal | 374 | 52 | 146 | 0 | 123 | 74 | 1 | 527 | 141 | 72 |
| Binary | 11111100 | 101010 | 1100110 | 0 | 1010011 | 111100 | 1 | 101010111 | 1100001 | 111010 |
Color Harmonies of #FC2A66
Complementary color
Monochromatic Colors of #FC2A66
Black with #FC2A66
Text Example
Text Example
White with #FC2A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A66; }
p { color: rgb(252,42,102); }
H1.HeaderClassName
{
color: #FC2A66;
}
.AnyTagClassName
{
color: #FC2A66;
}
</style>
background-color css
<style>
a { background-color: #FC2A66; }
a { background-color: rgb(252,42,102); }
div.DivClassName
{
background-color: #FC2A66;
}
.BgClassName
{
background-color: #FC2A66;
}
</style>
border-color css
<style>
span { border-color: #FC2A66; }
span { border-color: rgb(252,42,102); }
td.TdClassName
{
border-color: #FC2A66;
}
.TagClassName
{
border-color: #FC2A66;
}
</style>