Shades of Radical Red #FC4458
Tints of Radical Red #FC4458
RGB
CMYK
RGB Variations
Color information
#FC4458 (or 0xFC4458) is known color: Radical Red. HEX triplet: FC, 44 and 58. RGB value is (252,68,88). Sum of RGB (Red+Green+Blue) = 252+68+88=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4458 is #03BBA7. Grayscale: #7D7D7D. Windows color (decimal): -244648 or 5784828. OLE color: 5784828.
HSL color Cylindrical-coordinate representation of color #FC4458: hue angle of 353.48º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4458 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 88 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.01 |
| HSL | 353.48º | 0.97% | 0.63% | - |
| HSV(B) | 353.48º | 0.73% | 0.99% | - |
| XYZ | 43.97 | 25.53 | 11.84 | - |
| YUV | 125.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 88 | 0 | 0.73 | 0.65 | 0.01 | 353.48 | 0.97 | 0.63 |
| Hex | FC | 44 | 58 | 0 | 49 | 41 | 1 | 161 | 61 | 3F |
| Octal | 374 | 104 | 130 | 0 | 111 | 101 | 1 | 541 | 141 | 77 |
| Binary | 11111100 | 1000100 | 1011000 | 0 | 1001001 | 1000001 | 1 | 101100001 | 1100001 | 111111 |
Color Harmonies of #FC4458
Complementary color
Monochromatic Colors of #FC4458
Black with #FC4458
Text Example
Text Example
White with #FC4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4458; }
p { color: rgb(252,68,88); }
H1.HeaderClassName
{
color: #FC4458;
}
.AnyTagClassName
{
color: #FC4458;
}
</style>
background-color css
<style>
a { background-color: #FC4458; }
a { background-color: rgb(252,68,88); }
div.DivClassName
{
background-color: #FC4458;
}
.BgClassName
{
background-color: #FC4458;
}
</style>
border-color css
<style>
span { border-color: #FC4458; }
span { border-color: rgb(252,68,88); }
td.TdClassName
{
border-color: #FC4458;
}
.TagClassName
{
border-color: #FC4458;
}
</style>