Shades of Radical Red #FC3A63
Tints of Radical Red #FC3A63
RGB
CMYK
RGB Variations
Color information
#FC3A63 (or 0xFC3A63) is known color: Radical Red. HEX triplet: FC, 3A and 63. RGB value is (252,58,99). Sum of RGB (Red+Green+Blue) = 252+58+99=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A63 is #03C59C. Grayscale: #787878. Windows color (decimal): -247197 or 6503164. OLE color: 6503164.
HSL color Cylindrical-coordinate representation of color #FC3A63: hue angle of 347.32º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3A63 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 99 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.01 |
| HSL | 347.32º | 0.97% | 0.61% | - |
| HSV(B) | 347.32º | 0.77% | 0.99% | - |
| XYZ | 43.91 | 24.62 | 14.24 | - |
| YUV | 120.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 99 | 0 | 0.77 | 0.61 | 0.01 | 347.32 | 0.97 | 0.61 |
| Hex | FC | 3A | 63 | 0 | 4D | 3D | 1 | 15B | 61 | 3D |
| Octal | 374 | 72 | 143 | 0 | 115 | 75 | 1 | 533 | 141 | 75 |
| Binary | 11111100 | 111010 | 1100011 | 0 | 1001101 | 111101 | 1 | 101011011 | 1100001 | 111101 |
Color Harmonies of #FC3A63
Complementary color
Monochromatic Colors of #FC3A63
Black with #FC3A63
Text Example
Text Example
White with #FC3A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A63; }
p { color: rgb(252,58,99); }
H1.HeaderClassName
{
color: #FC3A63;
}
.AnyTagClassName
{
color: #FC3A63;
}
</style>
background-color css
<style>
a { background-color: #FC3A63; }
a { background-color: rgb(252,58,99); }
div.DivClassName
{
background-color: #FC3A63;
}
.BgClassName
{
background-color: #FC3A63;
}
</style>
border-color css
<style>
span { border-color: #FC3A63; }
span { border-color: rgb(252,58,99); }
td.TdClassName
{
border-color: #FC3A63;
}
.TagClassName
{
border-color: #FC3A63;
}
</style>