Shades of Radical Red #FC276D
Tints of Radical Red #FC276D
RGB
CMYK
RGB Variations
Color information
#FC276D (or 0xFC276D) is known color: Radical Red. HEX triplet: FC, 27 and 6D. RGB value is (252,39,109). Sum of RGB (Red+Green+Blue) = 252+39+109=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC276D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC276D is #03D892. Grayscale: #6E6E6E. Windows color (decimal): -252051 or 7153660. OLE color: 7153660.
HSL color Cylindrical-coordinate representation of color #FC276D: hue angle of 340.28º 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 #FC276D is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 109 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.01 |
| HSL | 340.28º | 0.97% | 0.57% | - |
| HSV(B) | 340.28º | 0.85% | 0.99% | - |
| XYZ | 43.63 | 23.25 | 16.66 | - |
| YUV | 110.67 | 127.07 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 109 | 0 | 0.85 | 0.57 | 0.01 | 340.28 | 0.97 | 0.57 |
| Hex | FC | 27 | 6D | 0 | 55 | 39 | 1 | 154 | 61 | 39 |
| Octal | 374 | 47 | 155 | 0 | 125 | 71 | 1 | 524 | 141 | 71 |
| Binary | 11111100 | 100111 | 1101101 | 0 | 1010101 | 111001 | 1 | 101010100 | 1100001 | 111001 |
Color Harmonies of #FC276D
Complementary color
Monochromatic Colors of #FC276D
Black with #FC276D
Text Example
Text Example
White with #FC276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC276D; }
p { color: rgb(252,39,109); }
H1.HeaderClassName
{
color: #FC276D;
}
.AnyTagClassName
{
color: #FC276D;
}
</style>
background-color css
<style>
a { background-color: #FC276D; }
a { background-color: rgb(252,39,109); }
div.DivClassName
{
background-color: #FC276D;
}
.BgClassName
{
background-color: #FC276D;
}
</style>
border-color css
<style>
span { border-color: #FC276D; }
span { border-color: rgb(252,39,109); }
td.TdClassName
{
border-color: #FC276D;
}
.TagClassName
{
border-color: #FC276D;
}
</style>