Shades of Radical Red #FC375D
Tints of Radical Red #FC375D
RGB
CMYK
RGB Variations
Color information
#FC375D (or 0xFC375D) is known color: Radical Red. HEX triplet: FC, 37 and 5D. RGB value is (252,55,93). Sum of RGB (Red+Green+Blue) = 252+55+93=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC375D is #03C8A2. Grayscale: #767676. Windows color (decimal): -247971 or 6109180. OLE color: 6109180.
HSL color Cylindrical-coordinate representation of color #FC375D: hue angle of 348.43º 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 #FC375D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 93 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.01 |
| HSL | 348.43º | 0.97% | 0.6% | - |
| HSV(B) | 348.43º | 0.78% | 0.99% | - |
| XYZ | 43.49 | 24.22 | 12.74 | - |
| YUV | 118.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 93 | 0 | 0.78 | 0.63 | 0.01 | 348.43 | 0.97 | 0.6 |
| Hex | FC | 37 | 5D | 0 | 4E | 3F | 1 | 15C | 61 | 3C |
| Octal | 374 | 67 | 135 | 0 | 116 | 77 | 1 | 534 | 141 | 74 |
| Binary | 11111100 | 110111 | 1011101 | 0 | 1001110 | 111111 | 1 | 101011100 | 1100001 | 111100 |
Color Harmonies of #FC375D
Complementary color
Monochromatic Colors of #FC375D
Black with #FC375D
Text Example
Text Example
White with #FC375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC375D; }
p { color: rgb(252,55,93); }
H1.HeaderClassName
{
color: #FC375D;
}
.AnyTagClassName
{
color: #FC375D;
}
</style>
background-color css
<style>
a { background-color: #FC375D; }
a { background-color: rgb(252,55,93); }
div.DivClassName
{
background-color: #FC375D;
}
.BgClassName
{
background-color: #FC375D;
}
</style>
border-color css
<style>
span { border-color: #FC375D; }
span { border-color: rgb(252,55,93); }
td.TdClassName
{
border-color: #FC375D;
}
.TagClassName
{
border-color: #FC375D;
}
</style>