Shades of Radical Red #FC2F5D
Tints of Radical Red #FC2F5D
RGB
CMYK
RGB Variations
Color information
#FC2F5D (or 0xFC2F5D) is known color: Radical Red. HEX triplet: FC, 2F and 5D. RGB value is (252,47,93). Sum of RGB (Red+Green+Blue) = 252+47+93=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F5D is #03D0A2. Grayscale: #717171. Windows color (decimal): -250019 or 6107132. OLE color: 6107132.
HSL color Cylindrical-coordinate representation of color #FC2F5D: hue angle of 346.54º 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 #FC2F5D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 93 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.01 |
| HSL | 346.54º | 0.97% | 0.59% | - |
| HSV(B) | 346.54º | 0.81% | 0.99% | - |
| XYZ | 43.14 | 23.52 | 12.62 | - |
| YUV | 113.54 | 116.42 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 93 | 0 | 0.81 | 0.63 | 0.01 | 346.54 | 0.97 | 0.59 |
| Hex | FC | 2F | 5D | 0 | 51 | 3F | 1 | 15B | 61 | 3B |
| Octal | 374 | 57 | 135 | 0 | 121 | 77 | 1 | 533 | 141 | 73 |
| Binary | 11111100 | 101111 | 1011101 | 0 | 1010001 | 111111 | 1 | 101011011 | 1100001 | 111011 |
Color Harmonies of #FC2F5D
Complementary color
Monochromatic Colors of #FC2F5D
Black with #FC2F5D
Text Example
Text Example
White with #FC2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F5D; }
p { color: rgb(252,47,93); }
H1.HeaderClassName
{
color: #FC2F5D;
}
.AnyTagClassName
{
color: #FC2F5D;
}
</style>
background-color css
<style>
a { background-color: #FC2F5D; }
a { background-color: rgb(252,47,93); }
div.DivClassName
{
background-color: #FC2F5D;
}
.BgClassName
{
background-color: #FC2F5D;
}
</style>
border-color css
<style>
span { border-color: #FC2F5D; }
span { border-color: rgb(252,47,93); }
td.TdClassName
{
border-color: #FC2F5D;
}
.TagClassName
{
border-color: #FC2F5D;
}
</style>