Shades of Radical Red #FC4A58
Tints of Radical Red #FC4A58
RGB
CMYK
RGB Variations
Color information
#FC4A58 (or 0xFC4A58) is known color: Radical Red. HEX triplet: FC, 4A and 58. RGB value is (252,74,88). Sum of RGB (Red+Green+Blue) = 252+74+88=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A58 is #03B5A7. Grayscale: #808080. Windows color (decimal): -243112 or 5786364. OLE color: 5786364.
HSL color Cylindrical-coordinate representation of color #FC4A58: hue angle of 355.28º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4A58 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 88 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.01 |
| HSL | 355.28º | 0.97% | 0.64% | - |
| HSV(B) | 355.28º | 0.71% | 0.99% | - |
| XYZ | 44.36 | 26.3 | 11.97 | - |
| YUV | 128.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 88 | 0 | 0.71 | 0.65 | 0.01 | 355.28 | 0.97 | 0.64 |
| Hex | FC | 4A | 58 | 0 | 47 | 41 | 1 | 163 | 61 | 40 |
| Octal | 374 | 112 | 130 | 0 | 107 | 101 | 1 | 543 | 141 | 100 |
| Binary | 11111100 | 1001010 | 1011000 | 0 | 1000111 | 1000001 | 1 | 101100011 | 1100001 | 1000000 |
Color Harmonies of #FC4A58
Complementary color
Monochromatic Colors of #FC4A58
Black with #FC4A58
Text Example
Text Example
White with #FC4A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A58; }
p { color: rgb(252,74,88); }
H1.HeaderClassName
{
color: #FC4A58;
}
.AnyTagClassName
{
color: #FC4A58;
}
</style>
background-color css
<style>
a { background-color: #FC4A58; }
a { background-color: rgb(252,74,88); }
div.DivClassName
{
background-color: #FC4A58;
}
.BgClassName
{
background-color: #FC4A58;
}
</style>
border-color css
<style>
span { border-color: #FC4A58; }
span { border-color: rgb(252,74,88); }
td.TdClassName
{
border-color: #FC4A58;
}
.TagClassName
{
border-color: #FC4A58;
}
</style>