Shades of Radical Red #FC3A42
Tints of Radical Red #FC3A42
RGB
CMYK
RGB Variations
Color information
#FC3A42 (or 0xFC3A42) is known color: Radical Red. HEX triplet: FC, 3A and 42. RGB value is (252,58,66). Sum of RGB (Red+Green+Blue) = 252+58+66=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A42 is #03C5BD. Grayscale: #757575. Windows color (decimal): -247230 or 4340476. OLE color: 4340476.
HSL color Cylindrical-coordinate representation of color #FC3A42: hue angle of 357.53º 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 #FC3A42 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 66 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.01 |
| HSL | 357.53º | 0.97% | 0.61% | - |
| HSV(B) | 357.53º | 0.77% | 0.99% | - |
| XYZ | 42.64 | 24.11 | 7.56 | - |
| YUV | 116.92 | 99.27 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 66 | 0 | 0.77 | 0.74 | 0.01 | 357.53 | 0.97 | 0.61 |
| Hex | FC | 3A | 42 | 0 | 4D | 4A | 1 | 166 | 61 | 3D |
| Octal | 374 | 72 | 102 | 0 | 115 | 112 | 1 | 546 | 141 | 75 |
| Binary | 11111100 | 111010 | 1000010 | 0 | 1001101 | 1001010 | 1 | 101100110 | 1100001 | 111101 |
Color Harmonies of #FC3A42
Complementary color
Monochromatic Colors of #FC3A42
Black with #FC3A42
Text Example
Text Example
White with #FC3A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A42; }
p { color: rgb(252,58,66); }
H1.HeaderClassName
{
color: #FC3A42;
}
.AnyTagClassName
{
color: #FC3A42;
}
</style>
background-color css
<style>
a { background-color: #FC3A42; }
a { background-color: rgb(252,58,66); }
div.DivClassName
{
background-color: #FC3A42;
}
.BgClassName
{
background-color: #FC3A42;
}
</style>
border-color css
<style>
span { border-color: #FC3A42; }
span { border-color: rgb(252,58,66); }
td.TdClassName
{
border-color: #FC3A42;
}
.TagClassName
{
border-color: #FC3A42;
}
</style>