Shades of Radical Red #FC466C
Tints of Radical Red #FC466C
RGB
CMYK
RGB Variations
Color information
#FC466C (or 0xFC466C) is known color: Radical Red. HEX triplet: FC, 46 and 6C. RGB value is (252,70,108). Sum of RGB (Red+Green+Blue) = 252+70+108=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC466C is #03B993. Grayscale: #808080. Windows color (decimal): -244116 or 7096060. OLE color: 7096060.
HSL color Cylindrical-coordinate representation of color #FC466C: hue angle of 347.47º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC466C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 108 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.01 |
| HSL | 347.47º | 0.97% | 0.63% | - |
| HSV(B) | 347.47º | 0.72% | 0.99% | - |
| XYZ | 45.04 | 26.16 | 16.86 | - |
| YUV | 128.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 108 | 0 | 0.72 | 0.57 | 0.01 | 347.47 | 0.97 | 0.63 |
| Hex | FC | 46 | 6C | 0 | 48 | 39 | 1 | 15B | 61 | 3F |
| Octal | 374 | 106 | 154 | 0 | 110 | 71 | 1 | 533 | 141 | 77 |
| Binary | 11111100 | 1000110 | 1101100 | 0 | 1001000 | 111001 | 1 | 101011011 | 1100001 | 111111 |
Color Harmonies of #FC466C
Complementary color
Monochromatic Colors of #FC466C
Black with #FC466C
Text Example
Text Example
White with #FC466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC466C; }
p { color: rgb(252,70,108); }
H1.HeaderClassName
{
color: #FC466C;
}
.AnyTagClassName
{
color: #FC466C;
}
</style>
background-color css
<style>
a { background-color: #FC466C; }
a { background-color: rgb(252,70,108); }
div.DivClassName
{
background-color: #FC466C;
}
.BgClassName
{
background-color: #FC466C;
}
</style>
border-color css
<style>
span { border-color: #FC466C; }
span { border-color: rgb(252,70,108); }
td.TdClassName
{
border-color: #FC466C;
}
.TagClassName
{
border-color: #FC466C;
}
</style>