Shades of Radical Red #FC296C
Tints of Radical Red #FC296C
RGB
CMYK
RGB Variations
Color information
#FC296C (or 0xFC296C) is known color: Radical Red. HEX triplet: FC, 29 and 6C. RGB value is (252,41,108). Sum of RGB (Red+Green+Blue) = 252+41+108=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC296C is #03D693. Grayscale: #6F6F6F. Windows color (decimal): -251540 or 7088636. OLE color: 7088636.
HSL color Cylindrical-coordinate representation of color #FC296C: hue angle of 340.95º 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 #FC296C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 108 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.01 |
| HSL | 340.95º | 0.97% | 0.57% | - |
| HSV(B) | 340.95º | 0.84% | 0.99% | - |
| XYZ | 43.64 | 23.36 | 16.4 | - |
| YUV | 111.73 | 125.9 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 108 | 0 | 0.84 | 0.57 | 0.01 | 340.95 | 0.97 | 0.57 |
| Hex | FC | 29 | 6C | 0 | 54 | 39 | 1 | 155 | 61 | 39 |
| Octal | 374 | 51 | 154 | 0 | 124 | 71 | 1 | 525 | 141 | 71 |
| Binary | 11111100 | 101001 | 1101100 | 0 | 1010100 | 111001 | 1 | 101010101 | 1100001 | 111001 |
Color Harmonies of #FC296C
Complementary color
Monochromatic Colors of #FC296C
Black with #FC296C
Text Example
Text Example
White with #FC296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC296C; }
p { color: rgb(252,41,108); }
H1.HeaderClassName
{
color: #FC296C;
}
.AnyTagClassName
{
color: #FC296C;
}
</style>
background-color css
<style>
a { background-color: #FC296C; }
a { background-color: rgb(252,41,108); }
div.DivClassName
{
background-color: #FC296C;
}
.BgClassName
{
background-color: #FC296C;
}
</style>
border-color css
<style>
span { border-color: #FC296C; }
span { border-color: rgb(252,41,108); }
td.TdClassName
{
border-color: #FC296C;
}
.TagClassName
{
border-color: #FC296C;
}
</style>