Shades of Radical Red #FC3C43
Tints of Radical Red #FC3C43
RGB
CMYK
RGB Variations
Color information
#FC3C43 (or 0xFC3C43) is known color: Radical Red. HEX triplet: FC, 3C and 43. RGB value is (252,60,67). Sum of RGB (Red+Green+Blue) = 252+60+67=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C43 is #03C3BC. Grayscale: #767676. Windows color (decimal): -246717 or 4406524. OLE color: 4406524.
HSL color Cylindrical-coordinate representation of color #FC3C43: hue angle of 357.81º 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 #FC3C43 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 67 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.01 |
| HSL | 357.81º | 0.97% | 0.61% | - |
| HSV(B) | 357.81º | 0.76% | 0.99% | - |
| XYZ | 42.77 | 24.33 | 7.75 | - |
| YUV | 118.21 | 99.11 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 67 | 0 | 0.76 | 0.73 | 0.01 | 357.81 | 0.97 | 0.61 |
| Hex | FC | 3C | 43 | 0 | 4C | 49 | 1 | 166 | 61 | 3D |
| Octal | 374 | 74 | 103 | 0 | 114 | 111 | 1 | 546 | 141 | 75 |
| Binary | 11111100 | 111100 | 1000011 | 0 | 1001100 | 1001001 | 1 | 101100110 | 1100001 | 111101 |
Color Harmonies of #FC3C43
Complementary color
Monochromatic Colors of #FC3C43
Black with #FC3C43
Text Example
Text Example
White with #FC3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C43; }
p { color: rgb(252,60,67); }
H1.HeaderClassName
{
color: #FC3C43;
}
.AnyTagClassName
{
color: #FC3C43;
}
</style>
background-color css
<style>
a { background-color: #FC3C43; }
a { background-color: rgb(252,60,67); }
div.DivClassName
{
background-color: #FC3C43;
}
.BgClassName
{
background-color: #FC3C43;
}
</style>
border-color css
<style>
span { border-color: #FC3C43; }
span { border-color: rgb(252,60,67); }
td.TdClassName
{
border-color: #FC3C43;
}
.TagClassName
{
border-color: #FC3C43;
}
</style>