Shades of Radical Red #FC376A
Tints of Radical Red #FC376A
RGB
CMYK
RGB Variations
Color information
#FC376A (or 0xFC376A) is known color: Radical Red. HEX triplet: FC, 37 and 6A. RGB value is (252,55,106). Sum of RGB (Red+Green+Blue) = 252+55+106=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC376A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC376A is #03C895. Grayscale: #777777. Windows color (decimal): -247958 or 6961148. OLE color: 6961148.
HSL color Cylindrical-coordinate representation of color #FC376A: hue angle of 344.47º 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 #FC376A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 106 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.01 |
| HSL | 344.47º | 0.97% | 0.6% | - |
| HSV(B) | 344.47º | 0.78% | 0.99% | - |
| XYZ | 44.11 | 24.47 | 16.03 | - |
| YUV | 119.72 | 120.27 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 106 | 0 | 0.78 | 0.58 | 0.01 | 344.47 | 0.97 | 0.6 |
| Hex | FC | 37 | 6A | 0 | 4E | 3A | 1 | 158 | 61 | 3C |
| Octal | 374 | 67 | 152 | 0 | 116 | 72 | 1 | 530 | 141 | 74 |
| Binary | 11111100 | 110111 | 1101010 | 0 | 1001110 | 111010 | 1 | 101011000 | 1100001 | 111100 |
Color Harmonies of #FC376A
Complementary color
Monochromatic Colors of #FC376A
Black with #FC376A
Text Example
Text Example
White with #FC376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC376A; }
p { color: rgb(252,55,106); }
H1.HeaderClassName
{
color: #FC376A;
}
.AnyTagClassName
{
color: #FC376A;
}
</style>
background-color css
<style>
a { background-color: #FC376A; }
a { background-color: rgb(252,55,106); }
div.DivClassName
{
background-color: #FC376A;
}
.BgClassName
{
background-color: #FC376A;
}
</style>
border-color css
<style>
span { border-color: #FC376A; }
span { border-color: rgb(252,55,106); }
td.TdClassName
{
border-color: #FC376A;
}
.TagClassName
{
border-color: #FC376A;
}
</style>