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