Shades of Radical Red #FC464C
Tints of Radical Red #FC464C
RGB
CMYK
RGB Variations
Color information
#FC464C (or 0xFC464C) is known color: Radical Red. HEX triplet: FC, 46 and 4C. RGB value is (252,70,76). Sum of RGB (Red+Green+Blue) = 252+70+76=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC464C is #03B9B3. Grayscale: #7D7D7D. Windows color (decimal): -244148 or 4998908. OLE color: 4998908.
HSL color Cylindrical-coordinate representation of color #FC464C: hue angle of 358.02º 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 #FC464C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 76 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.01 |
| HSL | 358.02º | 0.97% | 0.63% | - |
| HSV(B) | 358.02º | 0.72% | 0.99% | - |
| XYZ | 43.64 | 25.6 | 9.48 | - |
| YUV | 125.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 76 | 0 | 0.72 | 0.70 | 0.01 | 358.02 | 0.97 | 0.63 |
| Hex | FC | 46 | 4C | 0 | 48 | 46 | 1 | 166 | 61 | 3F |
| Octal | 374 | 106 | 114 | 0 | 110 | 106 | 1 | 546 | 141 | 77 |
| Binary | 11111100 | 1000110 | 1001100 | 0 | 1001000 | 1000110 | 1 | 101100110 | 1100001 | 111111 |
Color Harmonies of #FC464C
Complementary color
Monochromatic Colors of #FC464C
Black with #FC464C
Text Example
Text Example
White with #FC464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC464C; }
p { color: rgb(252,70,76); }
H1.HeaderClassName
{
color: #FC464C;
}
.AnyTagClassName
{
color: #FC464C;
}
</style>
background-color css
<style>
a { background-color: #FC464C; }
a { background-color: rgb(252,70,76); }
div.DivClassName
{
background-color: #FC464C;
}
.BgClassName
{
background-color: #FC464C;
}
</style>
border-color css
<style>
span { border-color: #FC464C; }
span { border-color: rgb(252,70,76); }
td.TdClassName
{
border-color: #FC464C;
}
.TagClassName
{
border-color: #FC464C;
}
</style>