Shades of Radical Red #FC295F
Tints of Radical Red #FC295F
RGB
CMYK
RGB Variations
Color information
#FC295F (or 0xFC295F) is known color: Radical Red. HEX triplet: FC, 29 and 5F. RGB value is (252,41,95). Sum of RGB (Red+Green+Blue) = 252+41+95=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC295F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC295F is #03D6A0. Grayscale: #6E6E6E. Windows color (decimal): -251553 or 6236668. OLE color: 6236668.
HSL color Cylindrical-coordinate representation of color #FC295F: hue angle of 344.64º 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 #FC295F is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 95 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.01 |
| HSL | 344.64º | 0.97% | 0.57% | - |
| HSV(B) | 344.64º | 0.84% | 0.99% | - |
| XYZ | 43 | 23.11 | 13.02 | - |
| YUV | 110.25 | 119.4 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 95 | 0 | 0.84 | 0.62 | 0.01 | 344.64 | 0.97 | 0.57 |
| Hex | FC | 29 | 5F | 0 | 54 | 3E | 1 | 159 | 61 | 39 |
| Octal | 374 | 51 | 137 | 0 | 124 | 76 | 1 | 531 | 141 | 71 |
| Binary | 11111100 | 101001 | 1011111 | 0 | 1010100 | 111110 | 1 | 101011001 | 1100001 | 111001 |
Color Harmonies of #FC295F
Complementary color
Monochromatic Colors of #FC295F
Black with #FC295F
Text Example
Text Example
White with #FC295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC295F; }
p { color: rgb(252,41,95); }
H1.HeaderClassName
{
color: #FC295F;
}
.AnyTagClassName
{
color: #FC295F;
}
</style>
background-color css
<style>
a { background-color: #FC295F; }
a { background-color: rgb(252,41,95); }
div.DivClassName
{
background-color: #FC295F;
}
.BgClassName
{
background-color: #FC295F;
}
</style>
border-color css
<style>
span { border-color: #FC295F; }
span { border-color: rgb(252,41,95); }
td.TdClassName
{
border-color: #FC295F;
}
.TagClassName
{
border-color: #FC295F;
}
</style>