Shades of Radical Red #FC4154
Tints of Radical Red #FC4154
RGB
CMYK
RGB Variations
Color information
#FC4154 (or 0xFC4154) is known color: Radical Red. HEX triplet: FC, 41 and 54. RGB value is (252,65,84). Sum of RGB (Red+Green+Blue) = 252+65+84=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4154 is #03BEAB. Grayscale: #7B7B7B. Windows color (decimal): -245420 or 5521916. OLE color: 5521916.
HSL color Cylindrical-coordinate representation of color #FC4154: hue angle of 353.9º 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 #FC4154 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 84 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.01 |
| HSL | 353.9º | 0.97% | 0.62% | - |
| HSV(B) | 353.9º | 0.74% | 0.99% | - |
| XYZ | 43.64 | 25.12 | 10.94 | - |
| YUV | 123.08 | 105.95 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 84 | 0 | 0.74 | 0.67 | 0.01 | 353.9 | 0.97 | 0.62 |
| Hex | FC | 41 | 54 | 0 | 4A | 43 | 1 | 162 | 61 | 3E |
| Octal | 374 | 101 | 124 | 0 | 112 | 103 | 1 | 542 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1010100 | 0 | 1001010 | 1000011 | 1 | 101100010 | 1100001 | 111110 |
Color Harmonies of #FC4154
Complementary color
Monochromatic Colors of #FC4154
Black with #FC4154
Text Example
Text Example
White with #FC4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4154; }
p { color: rgb(252,65,84); }
H1.HeaderClassName
{
color: #FC4154;
}
.AnyTagClassName
{
color: #FC4154;
}
</style>
background-color css
<style>
a { background-color: #FC4154; }
a { background-color: rgb(252,65,84); }
div.DivClassName
{
background-color: #FC4154;
}
.BgClassName
{
background-color: #FC4154;
}
</style>
border-color css
<style>
span { border-color: #FC4154; }
span { border-color: rgb(252,65,84); }
td.TdClassName
{
border-color: #FC4154;
}
.TagClassName
{
border-color: #FC4154;
}
</style>