Shades of Radical Red #FC2D77
Tints of Radical Red #FC2D77
RGB
CMYK
RGB Variations
Color information
#FC2D77 (or 0xFC2D77) is known color: Radical Red. HEX triplet: FC, 2D and 77. RGB value is (252,45,119). Sum of RGB (Red+Green+Blue) = 252+45+119=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2D77 is #03D288. Grayscale: #737373. Windows color (decimal): -250505 or 7810556. OLE color: 7810556.
HSL color Cylindrical-coordinate representation of color #FC2D77: hue angle of 338.55º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D77 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 119 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.01 |
| HSL | 338.55º | 0.97% | 0.58% | - |
| HSV(B) | 338.55º | 0.82% | 0.99% | - |
| XYZ | 44.41 | 23.9 | 19.73 | - |
| YUV | 115.33 | 130.08 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 119 | 0 | 0.82 | 0.53 | 0.01 | 338.55 | 0.97 | 0.58 |
| Hex | FC | 2D | 77 | 0 | 52 | 35 | 1 | 153 | 61 | 3A |
| Octal | 374 | 55 | 167 | 0 | 122 | 65 | 1 | 523 | 141 | 72 |
| Binary | 11111100 | 101101 | 1110111 | 0 | 1010010 | 110101 | 1 | 101010011 | 1100001 | 111010 |
Color Harmonies of #FC2D77
Complementary color
Monochromatic Colors of #FC2D77
Black with #FC2D77
Text Example
Text Example
White with #FC2D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D77; }
p { color: rgb(252,45,119); }
H1.HeaderClassName
{
color: #FC2D77;
}
.AnyTagClassName
{
color: #FC2D77;
}
</style>
background-color css
<style>
a { background-color: #FC2D77; }
a { background-color: rgb(252,45,119); }
div.DivClassName
{
background-color: #FC2D77;
}
.BgClassName
{
background-color: #FC2D77;
}
</style>
border-color css
<style>
span { border-color: #FC2D77; }
span { border-color: rgb(252,45,119); }
td.TdClassName
{
border-color: #FC2D77;
}
.TagClassName
{
border-color: #FC2D77;
}
</style>