Shades of Radical Red #FC3A44
Tints of Radical Red #FC3A44
RGB
CMYK
RGB Variations
Color information
#FC3A44 (or 0xFC3A44) is known color: Radical Red. HEX triplet: FC, 3A and 44. RGB value is (252,58,68). Sum of RGB (Red+Green+Blue) = 252+58+68=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A44 is #03C5BB. Grayscale: #757575. Windows color (decimal): -247228 or 4471548. OLE color: 4471548.
HSL color Cylindrical-coordinate representation of color #FC3A44: hue angle of 356.91º 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 #FC3A44 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 68 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.01 |
| HSL | 356.91º | 0.97% | 0.61% | - |
| HSV(B) | 356.91º | 0.77% | 0.99% | - |
| XYZ | 42.7 | 24.14 | 7.88 | - |
| YUV | 117.15 | 100.27 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 68 | 0 | 0.77 | 0.73 | 0.01 | 356.91 | 0.97 | 0.61 |
| Hex | FC | 3A | 44 | 0 | 4D | 49 | 1 | 165 | 61 | 3D |
| Octal | 374 | 72 | 104 | 0 | 115 | 111 | 1 | 545 | 141 | 75 |
| Binary | 11111100 | 111010 | 1000100 | 0 | 1001101 | 1001001 | 1 | 101100101 | 1100001 | 111101 |
Color Harmonies of #FC3A44
Complementary color
Monochromatic Colors of #FC3A44
Black with #FC3A44
Text Example
Text Example
White with #FC3A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A44; }
p { color: rgb(252,58,68); }
H1.HeaderClassName
{
color: #FC3A44;
}
.AnyTagClassName
{
color: #FC3A44;
}
</style>
background-color css
<style>
a { background-color: #FC3A44; }
a { background-color: rgb(252,58,68); }
div.DivClassName
{
background-color: #FC3A44;
}
.BgClassName
{
background-color: #FC3A44;
}
</style>
border-color css
<style>
span { border-color: #FC3A44; }
span { border-color: rgb(252,58,68); }
td.TdClassName
{
border-color: #FC3A44;
}
.TagClassName
{
border-color: #FC3A44;
}
</style>