Shades of Radical Red #FC375A
Tints of Radical Red #FC375A
RGB
CMYK
RGB Variations
Color information
#FC375A (or 0xFC375A) is known color: Radical Red. HEX triplet: FC, 37 and 5A. RGB value is (252,55,90). Sum of RGB (Red+Green+Blue) = 252+55+90=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC375A is #03C8A5. Grayscale: #757575. Windows color (decimal): -247974 or 5912572. OLE color: 5912572.
HSL color Cylindrical-coordinate representation of color #FC375A: hue angle of 349.34º 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 #FC375A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 90 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.01 |
| HSL | 349.34º | 0.97% | 0.6% | - |
| HSV(B) | 349.34º | 0.78% | 0.99% | - |
| XYZ | 43.36 | 24.17 | 12.05 | - |
| YUV | 117.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 90 | 0 | 0.78 | 0.64 | 0.01 | 349.34 | 0.97 | 0.6 |
| Hex | FC | 37 | 5A | 0 | 4E | 40 | 1 | 15D | 61 | 3C |
| Octal | 374 | 67 | 132 | 0 | 116 | 100 | 1 | 535 | 141 | 74 |
| Binary | 11111100 | 110111 | 1011010 | 0 | 1001110 | 1000000 | 1 | 101011101 | 1100001 | 111100 |
Color Harmonies of #FC375A
Complementary color
Monochromatic Colors of #FC375A
Black with #FC375A
Text Example
Text Example
White with #FC375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC375A; }
p { color: rgb(252,55,90); }
H1.HeaderClassName
{
color: #FC375A;
}
.AnyTagClassName
{
color: #FC375A;
}
</style>
background-color css
<style>
a { background-color: #FC375A; }
a { background-color: rgb(252,55,90); }
div.DivClassName
{
background-color: #FC375A;
}
.BgClassName
{
background-color: #FC375A;
}
</style>
border-color css
<style>
span { border-color: #FC375A; }
span { border-color: rgb(252,55,90); }
td.TdClassName
{
border-color: #FC375A;
}
.TagClassName
{
border-color: #FC375A;
}
</style>