Shades of Radical Red #FC296A
Tints of Radical Red #FC296A
RGB
CMYK
RGB Variations
Color information
#FC296A (or 0xFC296A) is known color: Radical Red. HEX triplet: FC, 29 and 6A. RGB value is (252,41,106). Sum of RGB (Red+Green+Blue) = 252+41+106=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC296A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC296A is #03D695. Grayscale: #6F6F6F. Windows color (decimal): -251542 or 6957564. OLE color: 6957564.
HSL color Cylindrical-coordinate representation of color #FC296A: hue angle of 341.52º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC296A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 106 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.01 |
| HSL | 341.52º | 0.97% | 0.57% | - |
| HSV(B) | 341.52º | 0.84% | 0.99% | - |
| XYZ | 43.54 | 23.32 | 15.84 | - |
| YUV | 111.5 | 124.9 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 106 | 0 | 0.84 | 0.58 | 0.01 | 341.52 | 0.97 | 0.57 |
| Hex | FC | 29 | 6A | 0 | 54 | 3A | 1 | 156 | 61 | 39 |
| Octal | 374 | 51 | 152 | 0 | 124 | 72 | 1 | 526 | 141 | 71 |
| Binary | 11111100 | 101001 | 1101010 | 0 | 1010100 | 111010 | 1 | 101010110 | 1100001 | 111001 |
Color Harmonies of #FC296A
Complementary color
Monochromatic Colors of #FC296A
Black with #FC296A
Text Example
Text Example
White with #FC296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC296A; }
p { color: rgb(252,41,106); }
H1.HeaderClassName
{
color: #FC296A;
}
.AnyTagClassName
{
color: #FC296A;
}
</style>
background-color css
<style>
a { background-color: #FC296A; }
a { background-color: rgb(252,41,106); }
div.DivClassName
{
background-color: #FC296A;
}
.BgClassName
{
background-color: #FC296A;
}
</style>
border-color css
<style>
span { border-color: #FC296A; }
span { border-color: rgb(252,41,106); }
td.TdClassName
{
border-color: #FC296A;
}
.TagClassName
{
border-color: #FC296A;
}
</style>