Shades of Radical Red #FC4150
Tints of Radical Red #FC4150
RGB
CMYK
RGB Variations
Color information
#FC4150 (or 0xFC4150) is known color: Radical Red. HEX triplet: FC, 41 and 50. RGB value is (252,65,80). Sum of RGB (Red+Green+Blue) = 252+65+80=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4150 is #03BEAF. Grayscale: #7A7A7A. Windows color (decimal): -245424 or 5259772. OLE color: 5259772.
HSL color Cylindrical-coordinate representation of color #FC4150: hue angle of 355.19º 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 #FC4150 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 80 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.01 |
| HSL | 355.19º | 0.97% | 0.62% | - |
| HSV(B) | 355.19º | 0.74% | 0.99% | - |
| XYZ | 43.48 | 25.06 | 10.13 | - |
| YUV | 122.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 80 | 0 | 0.74 | 0.68 | 0.01 | 355.19 | 0.97 | 0.62 |
| Hex | FC | 41 | 50 | 0 | 4A | 44 | 1 | 163 | 61 | 3E |
| Octal | 374 | 101 | 120 | 0 | 112 | 104 | 1 | 543 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1010000 | 0 | 1001010 | 1000100 | 1 | 101100011 | 1100001 | 111110 |
Color Harmonies of #FC4150
Complementary color
Monochromatic Colors of #FC4150
Black with #FC4150
Text Example
Text Example
White with #FC4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4150; }
p { color: rgb(252,65,80); }
H1.HeaderClassName
{
color: #FC4150;
}
.AnyTagClassName
{
color: #FC4150;
}
</style>
background-color css
<style>
a { background-color: #FC4150; }
a { background-color: rgb(252,65,80); }
div.DivClassName
{
background-color: #FC4150;
}
.BgClassName
{
background-color: #FC4150;
}
</style>
border-color css
<style>
span { border-color: #FC4150; }
span { border-color: rgb(252,65,80); }
td.TdClassName
{
border-color: #FC4150;
}
.TagClassName
{
border-color: #FC4150;
}
</style>