Shades of Radical Red #FC2779
Tints of Radical Red #FC2779
RGB
CMYK
RGB Variations
Color information
#FC2779 (or 0xFC2779) is known color: Radical Red. HEX triplet: FC, 27 and 79. RGB value is (252,39,121). Sum of RGB (Red+Green+Blue) = 252+39+121=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2779 is #03D886. Grayscale: #6F6F6F. Windows color (decimal): -252039 or 7940092. OLE color: 7940092.
HSL color Cylindrical-coordinate representation of color #FC2779: hue angle of 336.9º 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 #FC2779 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 121 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.01 |
| HSL | 336.9º | 0.97% | 0.57% | - |
| HSV(B) | 336.9º | 0.85% | 0.99% | - |
| XYZ | 44.32 | 23.53 | 20.29 | - |
| YUV | 112.04 | 133.07 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 121 | 0 | 0.85 | 0.52 | 0.01 | 336.9 | 0.97 | 0.57 |
| Hex | FC | 27 | 79 | 0 | 55 | 34 | 1 | 151 | 61 | 39 |
| Octal | 374 | 47 | 171 | 0 | 125 | 64 | 1 | 521 | 141 | 71 |
| Binary | 11111100 | 100111 | 1111001 | 0 | 1010101 | 110100 | 1 | 101010001 | 1100001 | 111001 |
Color Harmonies of #FC2779
Complementary color
Monochromatic Colors of #FC2779
Black with #FC2779
Text Example
Text Example
White with #FC2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2779; }
p { color: rgb(252,39,121); }
H1.HeaderClassName
{
color: #FC2779;
}
.AnyTagClassName
{
color: #FC2779;
}
</style>
background-color css
<style>
a { background-color: #FC2779; }
a { background-color: rgb(252,39,121); }
div.DivClassName
{
background-color: #FC2779;
}
.BgClassName
{
background-color: #FC2779;
}
</style>
border-color css
<style>
span { border-color: #FC2779; }
span { border-color: rgb(252,39,121); }
td.TdClassName
{
border-color: #FC2779;
}
.TagClassName
{
border-color: #FC2779;
}
</style>