Shades of Radical Red #FC375E
Tints of Radical Red #FC375E
RGB
CMYK
RGB Variations
Color information
#FC375E (or 0xFC375E) is known color: Radical Red. HEX triplet: FC, 37 and 5E. RGB value is (252,55,94). Sum of RGB (Red+Green+Blue) = 252+55+94=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC375E is #03C8A1. Grayscale: #767676. Windows color (decimal): -247970 or 6174716. OLE color: 6174716.
HSL color Cylindrical-coordinate representation of color #FC375E: hue angle of 348.12º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC375E is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 94 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.01 |
| HSL | 348.12º | 0.97% | 0.6% | - |
| HSV(B) | 348.12º | 0.78% | 0.99% | - |
| XYZ | 43.53 | 24.24 | 12.97 | - |
| YUV | 118.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 94 | 0 | 0.78 | 0.63 | 0.01 | 348.12 | 0.97 | 0.6 |
| Hex | FC | 37 | 5E | 0 | 4E | 3F | 1 | 15C | 61 | 3C |
| Octal | 374 | 67 | 136 | 0 | 116 | 77 | 1 | 534 | 141 | 74 |
| Binary | 11111100 | 110111 | 1011110 | 0 | 1001110 | 111111 | 1 | 101011100 | 1100001 | 111100 |
Color Harmonies of #FC375E
Complementary color
Monochromatic Colors of #FC375E
Black with #FC375E
Text Example
Text Example
White with #FC375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC375E; }
p { color: rgb(252,55,94); }
H1.HeaderClassName
{
color: #FC375E;
}
.AnyTagClassName
{
color: #FC375E;
}
</style>
background-color css
<style>
a { background-color: #FC375E; }
a { background-color: rgb(252,55,94); }
div.DivClassName
{
background-color: #FC375E;
}
.BgClassName
{
background-color: #FC375E;
}
</style>
border-color css
<style>
span { border-color: #FC375E; }
span { border-color: rgb(252,55,94); }
td.TdClassName
{
border-color: #FC375E;
}
.TagClassName
{
border-color: #FC375E;
}
</style>