Shades of Radical Red #FC274D
Tints of Radical Red #FC274D
RGB
CMYK
RGB Variations
Color information
#FC274D (or 0xFC274D) is known color: Radical Red. HEX triplet: FC, 27 and 4D. RGB value is (252,39,77). Sum of RGB (Red+Green+Blue) = 252+39+77=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC274D is #03D8B2. Grayscale: #6B6B6B. Windows color (decimal): -252083 or 5056508. OLE color: 5056508.
HSL color Cylindrical-coordinate representation of color #FC274D: hue angle of 349.3º 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 #FC274D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 77 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.01 |
| HSL | 349.3º | 0.97% | 0.57% | - |
| HSV(B) | 349.3º | 0.85% | 0.99% | - |
| XYZ | 42.21 | 22.68 | 9.17 | - |
| YUV | 107.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 77 | 0 | 0.85 | 0.69 | 0.01 | 349.3 | 0.97 | 0.57 |
| Hex | FC | 27 | 4D | 0 | 55 | 45 | 1 | 15D | 61 | 39 |
| Octal | 374 | 47 | 115 | 0 | 125 | 105 | 1 | 535 | 141 | 71 |
| Binary | 11111100 | 100111 | 1001101 | 0 | 1010101 | 1000101 | 1 | 101011101 | 1100001 | 111001 |
Color Harmonies of #FC274D
Complementary color
Monochromatic Colors of #FC274D
Black with #FC274D
Text Example
Text Example
White with #FC274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC274D; }
p { color: rgb(252,39,77); }
H1.HeaderClassName
{
color: #FC274D;
}
.AnyTagClassName
{
color: #FC274D;
}
</style>
background-color css
<style>
a { background-color: #FC274D; }
a { background-color: rgb(252,39,77); }
div.DivClassName
{
background-color: #FC274D;
}
.BgClassName
{
background-color: #FC274D;
}
</style>
border-color css
<style>
span { border-color: #FC274D; }
span { border-color: rgb(252,39,77); }
td.TdClassName
{
border-color: #FC274D;
}
.TagClassName
{
border-color: #FC274D;
}
</style>