Shades of Radical Red #FC3C4C
Tints of Radical Red #FC3C4C
RGB
CMYK
RGB Variations
Color information
#FC3C4C (or 0xFC3C4C) is known color: Radical Red. HEX triplet: FC, 3C and 4C. RGB value is (252,60,76). Sum of RGB (Red+Green+Blue) = 252+60+76=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C4C is #03C3B3. Grayscale: #777777. Windows color (decimal): -246708 or 4996348. OLE color: 4996348.
HSL color Cylindrical-coordinate representation of color #FC3C4C: hue angle of 355º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C4C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 76 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.01 |
| HSL | 355º | 0.97% | 0.61% | - |
| HSV(B) | 355º | 0.76% | 0.99% | - |
| XYZ | 43.07 | 24.45 | 9.29 | - |
| YUV | 119.23 | 103.61 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 76 | 0 | 0.76 | 0.70 | 0.01 | 355 | 0.97 | 0.61 |
| Hex | FC | 3C | 4C | 0 | 4C | 46 | 1 | 163 | 61 | 3D |
| Octal | 374 | 74 | 114 | 0 | 114 | 106 | 1 | 543 | 141 | 75 |
| Binary | 11111100 | 111100 | 1001100 | 0 | 1001100 | 1000110 | 1 | 101100011 | 1100001 | 111101 |
Color Harmonies of #FC3C4C
Complementary color
Monochromatic Colors of #FC3C4C
Black with #FC3C4C
Text Example
Text Example
White with #FC3C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C4C; }
p { color: rgb(252,60,76); }
H1.HeaderClassName
{
color: #FC3C4C;
}
.AnyTagClassName
{
color: #FC3C4C;
}
</style>
background-color css
<style>
a { background-color: #FC3C4C; }
a { background-color: rgb(252,60,76); }
div.DivClassName
{
background-color: #FC3C4C;
}
.BgClassName
{
background-color: #FC3C4C;
}
</style>
border-color css
<style>
span { border-color: #FC3C4C; }
span { border-color: rgb(252,60,76); }
td.TdClassName
{
border-color: #FC3C4C;
}
.TagClassName
{
border-color: #FC3C4C;
}
</style>