Shades of Radical Red #FC4551
Tints of Radical Red #FC4551
RGB
CMYK
RGB Variations
Color information
#FC4551 (or 0xFC4551) is known color: Radical Red. HEX triplet: FC, 45 and 51. RGB value is (252,69,81). Sum of RGB (Red+Green+Blue) = 252+69+81=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4551 is #03BAAE. Grayscale: #7D7D7D. Windows color (decimal): -244399 or 5326332. OLE color: 5326332.
HSL color Cylindrical-coordinate representation of color #FC4551: hue angle of 356.07º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4551 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 81 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.01 |
| HSL | 356.07º | 0.97% | 0.63% | - |
| HSV(B) | 356.07º | 0.73% | 0.99% | - |
| XYZ | 43.76 | 25.55 | 10.41 | - |
| YUV | 125.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 81 | 0 | 0.73 | 0.68 | 0.01 | 356.07 | 0.97 | 0.63 |
| Hex | FC | 45 | 51 | 0 | 49 | 44 | 1 | 164 | 61 | 3F |
| Octal | 374 | 105 | 121 | 0 | 111 | 104 | 1 | 544 | 141 | 77 |
| Binary | 11111100 | 1000101 | 1010001 | 0 | 1001001 | 1000100 | 1 | 101100100 | 1100001 | 111111 |
Color Harmonies of #FC4551
Complementary color
Monochromatic Colors of #FC4551
Black with #FC4551
Text Example
Text Example
White with #FC4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4551; }
p { color: rgb(252,69,81); }
H1.HeaderClassName
{
color: #FC4551;
}
.AnyTagClassName
{
color: #FC4551;
}
</style>
background-color css
<style>
a { background-color: #FC4551; }
a { background-color: rgb(252,69,81); }
div.DivClassName
{
background-color: #FC4551;
}
.BgClassName
{
background-color: #FC4551;
}
</style>
border-color css
<style>
span { border-color: #FC4551; }
span { border-color: rgb(252,69,81); }
td.TdClassName
{
border-color: #FC4551;
}
.TagClassName
{
border-color: #FC4551;
}
</style>