Shades of Radical Red #FC275A
Tints of Radical Red #FC275A
RGB
CMYK
RGB Variations
Color information
#FC275A (or 0xFC275A) is known color: Radical Red. HEX triplet: FC, 27 and 5A. RGB value is (252,39,90). Sum of RGB (Red+Green+Blue) = 252+39+90=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC275A is #03D8A5. Grayscale: #6C6C6C. Windows color (decimal): -252070 or 5908476. OLE color: 5908476.
HSL color Cylindrical-coordinate representation of color #FC275A: hue angle of 345.63º 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 #FC275A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 90 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.01 |
| HSL | 345.63º | 0.97% | 0.57% | - |
| HSV(B) | 345.63º | 0.85% | 0.99% | - |
| XYZ | 42.72 | 22.88 | 11.84 | - |
| YUV | 108.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 90 | 0 | 0.85 | 0.64 | 0.01 | 345.63 | 0.97 | 0.57 |
| Hex | FC | 27 | 5A | 0 | 55 | 40 | 1 | 15A | 61 | 39 |
| Octal | 374 | 47 | 132 | 0 | 125 | 100 | 1 | 532 | 141 | 71 |
| Binary | 11111100 | 100111 | 1011010 | 0 | 1010101 | 1000000 | 1 | 101011010 | 1100001 | 111001 |
Color Harmonies of #FC275A
Complementary color
Monochromatic Colors of #FC275A
Black with #FC275A
Text Example
Text Example
White with #FC275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC275A; }
p { color: rgb(252,39,90); }
H1.HeaderClassName
{
color: #FC275A;
}
.AnyTagClassName
{
color: #FC275A;
}
</style>
background-color css
<style>
a { background-color: #FC275A; }
a { background-color: rgb(252,39,90); }
div.DivClassName
{
background-color: #FC275A;
}
.BgClassName
{
background-color: #FC275A;
}
</style>
border-color css
<style>
span { border-color: #FC275A; }
span { border-color: rgb(252,39,90); }
td.TdClassName
{
border-color: #FC275A;
}
.TagClassName
{
border-color: #FC275A;
}
</style>