Shades of Radical Red #FC3754
Tints of Radical Red #FC3754
RGB
CMYK
RGB Variations
Color information
#FC3754 (or 0xFC3754) is known color: Radical Red. HEX triplet: FC, 37 and 54. RGB value is (252,55,84). Sum of RGB (Red+Green+Blue) = 252+55+84=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3754 is #03C8AB. Grayscale: #757575. Windows color (decimal): -247980 or 5519356. OLE color: 5519356.
HSL color Cylindrical-coordinate representation of color #FC3754: hue angle of 351.17º 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 #FC3754 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 84 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.01 |
| HSL | 351.17º | 0.97% | 0.6% | - |
| HSV(B) | 351.17º | 0.78% | 0.99% | - |
| XYZ | 43.11 | 24.07 | 10.76 | - |
| YUV | 117.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 84 | 0 | 0.78 | 0.67 | 0.01 | 351.17 | 0.97 | 0.6 |
| Hex | FC | 37 | 54 | 0 | 4E | 43 | 1 | 15F | 61 | 3C |
| Octal | 374 | 67 | 124 | 0 | 116 | 103 | 1 | 537 | 141 | 74 |
| Binary | 11111100 | 110111 | 1010100 | 0 | 1001110 | 1000011 | 1 | 101011111 | 1100001 | 111100 |
Color Harmonies of #FC3754
Complementary color
Monochromatic Colors of #FC3754
Black with #FC3754
Text Example
Text Example
White with #FC3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3754; }
p { color: rgb(252,55,84); }
H1.HeaderClassName
{
color: #FC3754;
}
.AnyTagClassName
{
color: #FC3754;
}
</style>
background-color css
<style>
a { background-color: #FC3754; }
a { background-color: rgb(252,55,84); }
div.DivClassName
{
background-color: #FC3754;
}
.BgClassName
{
background-color: #FC3754;
}
</style>
border-color css
<style>
span { border-color: #FC3754; }
span { border-color: rgb(252,55,84); }
td.TdClassName
{
border-color: #FC3754;
}
.TagClassName
{
border-color: #FC3754;
}
</style>