Shades of Radical Red #FC4172
Tints of Radical Red #FC4172
RGB
CMYK
RGB Variations
Color information
#FC4172 (or 0xFC4172) is known color: Radical Red. HEX triplet: FC, 41 and 72. RGB value is (252,65,114). Sum of RGB (Red+Green+Blue) = 252+65+114=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4172 is #03BE8D. Grayscale: #7E7E7E. Windows color (decimal): -245390 or 7487996. OLE color: 7487996.
HSL color Cylindrical-coordinate representation of color #FC4172: hue angle of 344.28º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4172 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 114 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.01 |
| HSL | 344.28º | 0.97% | 0.62% | - |
| HSV(B) | 344.28º | 0.74% | 0.99% | - |
| XYZ | 45.07 | 25.69 | 18.5 | - |
| YUV | 126.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 114 | 0 | 0.74 | 0.55 | 0.01 | 344.28 | 0.97 | 0.62 |
| Hex | FC | 41 | 72 | 0 | 4A | 37 | 1 | 158 | 61 | 3E |
| Octal | 374 | 101 | 162 | 0 | 112 | 67 | 1 | 530 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1110010 | 0 | 1001010 | 110111 | 1 | 101011000 | 1100001 | 111110 |
Color Harmonies of #FC4172
Complementary color
Monochromatic Colors of #FC4172
Black with #FC4172
Text Example
Text Example
White with #FC4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4172; }
p { color: rgb(252,65,114); }
H1.HeaderClassName
{
color: #FC4172;
}
.AnyTagClassName
{
color: #FC4172;
}
</style>
background-color css
<style>
a { background-color: #FC4172; }
a { background-color: rgb(252,65,114); }
div.DivClassName
{
background-color: #FC4172;
}
.BgClassName
{
background-color: #FC4172;
}
</style>
border-color css
<style>
span { border-color: #FC4172; }
span { border-color: rgb(252,65,114); }
td.TdClassName
{
border-color: #FC4172;
}
.TagClassName
{
border-color: #FC4172;
}
</style>