Shades of Radical Red #FC4153
Tints of Radical Red #FC4153
RGB
CMYK
RGB Variations
Color information
#FC4153 (or 0xFC4153) is known color: Radical Red. HEX triplet: FC, 41 and 53. RGB value is (252,65,83). Sum of RGB (Red+Green+Blue) = 252+65+83=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4153 is #03BEAC. Grayscale: #7B7B7B. Windows color (decimal): -245421 or 5456380. OLE color: 5456380.
HSL color Cylindrical-coordinate representation of color #FC4153: hue angle of 354.22º 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 #FC4153 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 83 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.01 |
| HSL | 354.22º | 0.97% | 0.62% | - |
| HSV(B) | 354.22º | 0.74% | 0.99% | - |
| XYZ | 43.6 | 25.1 | 10.73 | - |
| YUV | 122.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 83 | 0 | 0.74 | 0.67 | 0.01 | 354.22 | 0.97 | 0.62 |
| Hex | FC | 41 | 53 | 0 | 4A | 43 | 1 | 162 | 61 | 3E |
| Octal | 374 | 101 | 123 | 0 | 112 | 103 | 1 | 542 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1010011 | 0 | 1001010 | 1000011 | 1 | 101100010 | 1100001 | 111110 |
Color Harmonies of #FC4153
Complementary color
Monochromatic Colors of #FC4153
Black with #FC4153
Text Example
Text Example
White with #FC4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4153; }
p { color: rgb(252,65,83); }
H1.HeaderClassName
{
color: #FC4153;
}
.AnyTagClassName
{
color: #FC4153;
}
</style>
background-color css
<style>
a { background-color: #FC4153; }
a { background-color: rgb(252,65,83); }
div.DivClassName
{
background-color: #FC4153;
}
.BgClassName
{
background-color: #FC4153;
}
</style>
border-color css
<style>
span { border-color: #FC4153; }
span { border-color: rgb(252,65,83); }
td.TdClassName
{
border-color: #FC4153;
}
.TagClassName
{
border-color: #FC4153;
}
</style>