Shades of Radical Red #FC3F63
Tints of Radical Red #FC3F63
RGB
CMYK
RGB Variations
Color information
#FC3F63 (or 0xFC3F63) is known color: Radical Red. HEX triplet: FC, 3F and 63. RGB value is (252,63,99). Sum of RGB (Red+Green+Blue) = 252+63+99=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F63 is #03C09C. Grayscale: #7B7B7B. Windows color (decimal): -245917 or 6504444. OLE color: 6504444.
HSL color Cylindrical-coordinate representation of color #FC3F63: hue angle of 348.57º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3F63 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 99 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.01 |
| HSL | 348.57º | 0.97% | 0.62% | - |
| HSV(B) | 348.57º | 0.75% | 0.99% | - |
| XYZ | 44.17 | 25.15 | 14.33 | - |
| YUV | 123.62 | 114.12 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 99 | 0 | 0.75 | 0.61 | 0.01 | 348.57 | 0.97 | 0.62 |
| Hex | FC | 3F | 63 | 0 | 4B | 3D | 1 | 15D | 61 | 3E |
| Octal | 374 | 77 | 143 | 0 | 113 | 75 | 1 | 535 | 141 | 76 |
| Binary | 11111100 | 111111 | 1100011 | 0 | 1001011 | 111101 | 1 | 101011101 | 1100001 | 111110 |
Color Harmonies of #FC3F63
Complementary color
Monochromatic Colors of #FC3F63
Black with #FC3F63
Text Example
Text Example
White with #FC3F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F63; }
p { color: rgb(252,63,99); }
H1.HeaderClassName
{
color: #FC3F63;
}
.AnyTagClassName
{
color: #FC3F63;
}
</style>
background-color css
<style>
a { background-color: #FC3F63; }
a { background-color: rgb(252,63,99); }
div.DivClassName
{
background-color: #FC3F63;
}
.BgClassName
{
background-color: #FC3F63;
}
</style>
border-color css
<style>
span { border-color: #FC3F63; }
span { border-color: rgb(252,63,99); }
td.TdClassName
{
border-color: #FC3F63;
}
.TagClassName
{
border-color: #FC3F63;
}
</style>