Shades of Radical Red #FC2F55
Tints of Radical Red #FC2F55
RGB
CMYK
RGB Variations
Color information
#FC2F55 (or 0xFC2F55) is known color: Radical Red. HEX triplet: FC, 2F and 55. RGB value is (252,47,85). Sum of RGB (Red+Green+Blue) = 252+47+85=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F55 is #03D0AA. Grayscale: #707070. Windows color (decimal): -250027 or 5582844. OLE color: 5582844.
HSL color Cylindrical-coordinate representation of color #FC2F55: hue angle of 348.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F55 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 85 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.01 |
| HSL | 348.88º | 0.97% | 0.59% | - |
| HSV(B) | 348.88º | 0.81% | 0.99% | - |
| XYZ | 42.8 | 23.38 | 10.85 | - |
| YUV | 112.63 | 112.42 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 85 | 0 | 0.81 | 0.66 | 0.01 | 348.88 | 0.97 | 0.59 |
| Hex | FC | 2F | 55 | 0 | 51 | 42 | 1 | 15D | 61 | 3B |
| Octal | 374 | 57 | 125 | 0 | 121 | 102 | 1 | 535 | 141 | 73 |
| Binary | 11111100 | 101111 | 1010101 | 0 | 1010001 | 1000010 | 1 | 101011101 | 1100001 | 111011 |
Color Harmonies of #FC2F55
Complementary color
Monochromatic Colors of #FC2F55
Black with #FC2F55
Text Example
Text Example
White with #FC2F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F55; }
p { color: rgb(252,47,85); }
H1.HeaderClassName
{
color: #FC2F55;
}
.AnyTagClassName
{
color: #FC2F55;
}
</style>
background-color css
<style>
a { background-color: #FC2F55; }
a { background-color: rgb(252,47,85); }
div.DivClassName
{
background-color: #FC2F55;
}
.BgClassName
{
background-color: #FC2F55;
}
</style>
border-color css
<style>
span { border-color: #FC2F55; }
span { border-color: rgb(252,47,85); }
td.TdClassName
{
border-color: #FC2F55;
}
.TagClassName
{
border-color: #FC2F55;
}
</style>