Shades of Radical Red #FC416D
Tints of Radical Red #FC416D
RGB
CMYK
RGB Variations
Color information
#FC416D (or 0xFC416D) is known color: Radical Red. HEX triplet: FC, 41 and 6D. RGB value is (252,65,109). Sum of RGB (Red+Green+Blue) = 252+65+109=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC416D is #03BE92. Grayscale: #7D7D7D. Windows color (decimal): -245395 or 7160316. OLE color: 7160316.
HSL color Cylindrical-coordinate representation of color #FC416D: hue angle of 345.88º 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 #FC416D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 109 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.01 |
| HSL | 345.88º | 0.97% | 0.62% | - |
| HSV(B) | 345.88º | 0.74% | 0.99% | - |
| XYZ | 44.8 | 25.58 | 17.04 | - |
| YUV | 125.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 109 | 0 | 0.74 | 0.57 | 0.01 | 345.88 | 0.97 | 0.62 |
| Hex | FC | 41 | 6D | 0 | 4A | 39 | 1 | 15A | 61 | 3E |
| Octal | 374 | 101 | 155 | 0 | 112 | 71 | 1 | 532 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1101101 | 0 | 1001010 | 111001 | 1 | 101011010 | 1100001 | 111110 |
Color Harmonies of #FC416D
Complementary color
Monochromatic Colors of #FC416D
Black with #FC416D
Text Example
Text Example
White with #FC416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC416D; }
p { color: rgb(252,65,109); }
H1.HeaderClassName
{
color: #FC416D;
}
.AnyTagClassName
{
color: #FC416D;
}
</style>
background-color css
<style>
a { background-color: #FC416D; }
a { background-color: rgb(252,65,109); }
div.DivClassName
{
background-color: #FC416D;
}
.BgClassName
{
background-color: #FC416D;
}
</style>
border-color css
<style>
span { border-color: #FC416D; }
span { border-color: rgb(252,65,109); }
td.TdClassName
{
border-color: #FC416D;
}
.TagClassName
{
border-color: #FC416D;
}
</style>