Shades of Radical Red #FC405C
Tints of Radical Red #FC405C
RGB
CMYK
RGB Variations
Color information
#FC405C (or 0xFC405C) is known color: Radical Red. HEX triplet: FC, 40 and 5C. RGB value is (252,64,92). Sum of RGB (Red+Green+Blue) = 252+64+92=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC405C is #03BFA3. Grayscale: #7B7B7B. Windows color (decimal): -245668 or 6045948. OLE color: 6045948.
HSL color Cylindrical-coordinate representation of color #FC405C: hue angle of 351.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC405C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 92 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.01 |
| HSL | 351.06º | 0.97% | 0.62% | - |
| HSV(B) | 351.06º | 0.75% | 0.99% | - |
| XYZ | 43.91 | 25.13 | 12.66 | - |
| YUV | 123.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 92 | 0 | 0.75 | 0.63 | 0.01 | 351.06 | 0.97 | 0.62 |
| Hex | FC | 40 | 5C | 0 | 4B | 3F | 1 | 15F | 61 | 3E |
| Octal | 374 | 100 | 134 | 0 | 113 | 77 | 1 | 537 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1011100 | 0 | 1001011 | 111111 | 1 | 101011111 | 1100001 | 111110 |
Color Harmonies of #FC405C
Complementary color
Monochromatic Colors of #FC405C
Black with #FC405C
Text Example
Text Example
White with #FC405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC405C; }
p { color: rgb(252,64,92); }
H1.HeaderClassName
{
color: #FC405C;
}
.AnyTagClassName
{
color: #FC405C;
}
</style>
background-color css
<style>
a { background-color: #FC405C; }
a { background-color: rgb(252,64,92); }
div.DivClassName
{
background-color: #FC405C;
}
.BgClassName
{
background-color: #FC405C;
}
</style>
border-color css
<style>
span { border-color: #FC405C; }
span { border-color: rgb(252,64,92); }
td.TdClassName
{
border-color: #FC405C;
}
.TagClassName
{
border-color: #FC405C;
}
</style>