Shades of Radical Red #FC2F63
Tints of Radical Red #FC2F63
RGB
CMYK
RGB Variations
Color information
#FC2F63 (or 0xFC2F63) is known color: Radical Red. HEX triplet: FC, 2F and 63. RGB value is (252,47,99). Sum of RGB (Red+Green+Blue) = 252+47+99=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F63 is #03D09C. Grayscale: #727272. Windows color (decimal): -250013 or 6500348. OLE color: 6500348.
HSL color Cylindrical-coordinate representation of color #FC2F63: hue angle of 344.78º 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 #FC2F63 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 99 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.01 |
| HSL | 344.78º | 0.97% | 0.59% | - |
| HSV(B) | 344.78º | 0.81% | 0.99% | - |
| XYZ | 43.41 | 23.63 | 14.08 | - |
| YUV | 114.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 99 | 0 | 0.81 | 0.61 | 0.01 | 344.78 | 0.97 | 0.59 |
| Hex | FC | 2F | 63 | 0 | 51 | 3D | 1 | 159 | 61 | 3B |
| Octal | 374 | 57 | 143 | 0 | 121 | 75 | 1 | 531 | 141 | 73 |
| Binary | 11111100 | 101111 | 1100011 | 0 | 1010001 | 111101 | 1 | 101011001 | 1100001 | 111011 |
Color Harmonies of #FC2F63
Complementary color
Monochromatic Colors of #FC2F63
Black with #FC2F63
Text Example
Text Example
White with #FC2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F63; }
p { color: rgb(252,47,99); }
H1.HeaderClassName
{
color: #FC2F63;
}
.AnyTagClassName
{
color: #FC2F63;
}
</style>
background-color css
<style>
a { background-color: #FC2F63; }
a { background-color: rgb(252,47,99); }
div.DivClassName
{
background-color: #FC2F63;
}
.BgClassName
{
background-color: #FC2F63;
}
</style>
border-color css
<style>
span { border-color: #FC2F63; }
span { border-color: rgb(252,47,99); }
td.TdClassName
{
border-color: #FC2F63;
}
.TagClassName
{
border-color: #FC2F63;
}
</style>