Shades of Radical Red #FC3F4A
Tints of Radical Red #FC3F4A
RGB
CMYK
RGB Variations
Color information
#FC3F4A (or 0xFC3F4A) is known color: Radical Red. HEX triplet: FC, 3F and 4A. RGB value is (252,63,74). Sum of RGB (Red+Green+Blue) = 252+63+74=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3F4A is #03C0B5. Grayscale: #787878. Windows color (decimal): -245942 or 4866044. OLE color: 4866044.
HSL color Cylindrical-coordinate representation of color #FC3F4A: hue angle of 356.51º 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 #FC3F4A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 74 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.01 |
| HSL | 356.51º | 0.97% | 0.62% | - |
| HSV(B) | 356.51º | 0.75% | 0.99% | - |
| XYZ | 43.16 | 24.74 | 8.98 | - |
| YUV | 120.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 74 | 0 | 0.75 | 0.71 | 0.01 | 356.51 | 0.97 | 0.62 |
| Hex | FC | 3F | 4A | 0 | 4B | 47 | 1 | 165 | 61 | 3E |
| Octal | 374 | 77 | 112 | 0 | 113 | 107 | 1 | 545 | 141 | 76 |
| Binary | 11111100 | 111111 | 1001010 | 0 | 1001011 | 1000111 | 1 | 101100101 | 1100001 | 111110 |
Color Harmonies of #FC3F4A
Complementary color
Monochromatic Colors of #FC3F4A
Black with #FC3F4A
Text Example
Text Example
White with #FC3F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F4A; }
p { color: rgb(252,63,74); }
H1.HeaderClassName
{
color: #FC3F4A;
}
.AnyTagClassName
{
color: #FC3F4A;
}
</style>
background-color css
<style>
a { background-color: #FC3F4A; }
a { background-color: rgb(252,63,74); }
div.DivClassName
{
background-color: #FC3F4A;
}
.BgClassName
{
background-color: #FC3F4A;
}
</style>
border-color css
<style>
span { border-color: #FC3F4A; }
span { border-color: rgb(252,63,74); }
td.TdClassName
{
border-color: #FC3F4A;
}
.TagClassName
{
border-color: #FC3F4A;
}
</style>