Shades of Radical Red #FC2672
Tints of Radical Red #FC2672
RGB
CMYK
RGB Variations
Color information
#FC2672 (or 0xFC2672) is known color: Radical Red. HEX triplet: FC, 26 and 72. RGB value is (252,38,114). Sum of RGB (Red+Green+Blue) = 252+38+114=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2672 is #03D98D. Grayscale: #6E6E6E. Windows color (decimal): -252302 or 7481084. OLE color: 7481084.
HSL color Cylindrical-coordinate representation of color #FC2672: hue angle of 338.69º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2672 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 114 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.01 |
| HSL | 338.69º | 0.97% | 0.57% | - |
| HSV(B) | 338.69º | 0.85% | 0.99% | - |
| XYZ | 43.88 | 23.3 | 18.1 | - |
| YUV | 110.65 | 129.9 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 114 | 0 | 0.85 | 0.55 | 0.01 | 338.69 | 0.97 | 0.57 |
| Hex | FC | 26 | 72 | 0 | 55 | 37 | 1 | 153 | 61 | 39 |
| Octal | 374 | 46 | 162 | 0 | 125 | 67 | 1 | 523 | 141 | 71 |
| Binary | 11111100 | 100110 | 1110010 | 0 | 1010101 | 110111 | 1 | 101010011 | 1100001 | 111001 |
Color Harmonies of #FC2672
Complementary color
Monochromatic Colors of #FC2672
Black with #FC2672
Text Example
Text Example
White with #FC2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2672; }
p { color: rgb(252,38,114); }
H1.HeaderClassName
{
color: #FC2672;
}
.AnyTagClassName
{
color: #FC2672;
}
</style>
background-color css
<style>
a { background-color: #FC2672; }
a { background-color: rgb(252,38,114); }
div.DivClassName
{
background-color: #FC2672;
}
.BgClassName
{
background-color: #FC2672;
}
</style>
border-color css
<style>
span { border-color: #FC2672; }
span { border-color: rgb(252,38,114); }
td.TdClassName
{
border-color: #FC2672;
}
.TagClassName
{
border-color: #FC2672;
}
</style>