Shades of Radical Red #FC4965
Tints of Radical Red #FC4965
RGB
CMYK
RGB Variations
Color information
#FC4965 (or 0xFC4965) is known color: Radical Red. HEX triplet: FC, 49 and 65. RGB value is (252,73,101). Sum of RGB (Red+Green+Blue) = 252+73+101=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4965 is #03B69A. Grayscale: #818181. Windows color (decimal): -243355 or 6638076. OLE color: 6638076.
HSL color Cylindrical-coordinate representation of color #FC4965: hue angle of 350.61º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4965 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 101 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.01 |
| HSL | 350.61º | 0.97% | 0.64% | - |
| HSV(B) | 350.61º | 0.71% | 0.99% | - |
| XYZ | 44.88 | 26.4 | 15.04 | - |
| YUV | 129.71 | 111.8 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 101 | 0 | 0.71 | 0.60 | 0.01 | 350.61 | 0.97 | 0.64 |
| Hex | FC | 49 | 65 | 0 | 47 | 3C | 1 | 15F | 61 | 40 |
| Octal | 374 | 111 | 145 | 0 | 107 | 74 | 1 | 537 | 141 | 100 |
| Binary | 11111100 | 1001001 | 1100101 | 0 | 1000111 | 111100 | 1 | 101011111 | 1100001 | 1000000 |
Color Harmonies of #FC4965
Complementary color
Monochromatic Colors of #FC4965
Black with #FC4965
Text Example
Text Example
White with #FC4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4965; }
p { color: rgb(252,73,101); }
H1.HeaderClassName
{
color: #FC4965;
}
.AnyTagClassName
{
color: #FC4965;
}
</style>
background-color css
<style>
a { background-color: #FC4965; }
a { background-color: rgb(252,73,101); }
div.DivClassName
{
background-color: #FC4965;
}
.BgClassName
{
background-color: #FC4965;
}
</style>
border-color css
<style>
span { border-color: #FC4965; }
span { border-color: rgb(252,73,101); }
td.TdClassName
{
border-color: #FC4965;
}
.TagClassName
{
border-color: #FC4965;
}
</style>