Shades of Radical Red #FC466A
Tints of Radical Red #FC466A
RGB
CMYK
RGB Variations
Color information
#FC466A (or 0xFC466A) is known color: Radical Red. HEX triplet: FC, 46 and 6A. RGB value is (252,70,106). Sum of RGB (Red+Green+Blue) = 252+70+106=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC466A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC466A is #03B995. Grayscale: #808080. Windows color (decimal): -244118 or 6964988. OLE color: 6964988.
HSL color Cylindrical-coordinate representation of color #FC466A: hue angle of 348.13º 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 #FC466A is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 106 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.01 |
| HSL | 348.13º | 0.97% | 0.63% | - |
| HSV(B) | 348.13º | 0.72% | 0.99% | - |
| XYZ | 44.94 | 26.12 | 16.31 | - |
| YUV | 128.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 106 | 0 | 0.72 | 0.58 | 0.01 | 348.13 | 0.97 | 0.63 |
| Hex | FC | 46 | 6A | 0 | 48 | 3A | 1 | 15C | 61 | 3F |
| Octal | 374 | 106 | 152 | 0 | 110 | 72 | 1 | 534 | 141 | 77 |
| Binary | 11111100 | 1000110 | 1101010 | 0 | 1001000 | 111010 | 1 | 101011100 | 1100001 | 111111 |
Color Harmonies of #FC466A
Complementary color
Monochromatic Colors of #FC466A
Black with #FC466A
Text Example
Text Example
White with #FC466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC466A; }
p { color: rgb(252,70,106); }
H1.HeaderClassName
{
color: #FC466A;
}
.AnyTagClassName
{
color: #FC466A;
}
</style>
background-color css
<style>
a { background-color: #FC466A; }
a { background-color: rgb(252,70,106); }
div.DivClassName
{
background-color: #FC466A;
}
.BgClassName
{
background-color: #FC466A;
}
</style>
border-color css
<style>
span { border-color: #FC466A; }
span { border-color: rgb(252,70,106); }
td.TdClassName
{
border-color: #FC466A;
}
.TagClassName
{
border-color: #FC466A;
}
</style>