Shades of Radical Red #FC465C
Tints of Radical Red #FC465C
RGB
CMYK
RGB Variations
Color information
#FC465C (or 0xFC465C) is known color: Radical Red. HEX triplet: FC, 46 and 5C. RGB value is (252,70,92). Sum of RGB (Red+Green+Blue) = 252+70+92=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC465C is #03B9A3. Grayscale: #7F7F7F. Windows color (decimal): -244132 or 6047484. OLE color: 6047484.
HSL color Cylindrical-coordinate representation of color #FC465C: hue angle of 352.75º 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 #FC465C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 92 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.01 |
| HSL | 352.75º | 0.97% | 0.63% | - |
| HSV(B) | 352.75º | 0.72% | 0.99% | - |
| XYZ | 44.27 | 25.85 | 12.78 | - |
| YUV | 126.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 92 | 0 | 0.72 | 0.63 | 0.01 | 352.75 | 0.97 | 0.63 |
| Hex | FC | 46 | 5C | 0 | 48 | 3F | 1 | 161 | 61 | 3F |
| Octal | 374 | 106 | 134 | 0 | 110 | 77 | 1 | 541 | 141 | 77 |
| Binary | 11111100 | 1000110 | 1011100 | 0 | 1001000 | 111111 | 1 | 101100001 | 1100001 | 111111 |
Color Harmonies of #FC465C
Complementary color
Monochromatic Colors of #FC465C
Black with #FC465C
Text Example
Text Example
White with #FC465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC465C; }
p { color: rgb(252,70,92); }
H1.HeaderClassName
{
color: #FC465C;
}
.AnyTagClassName
{
color: #FC465C;
}
</style>
background-color css
<style>
a { background-color: #FC465C; }
a { background-color: rgb(252,70,92); }
div.DivClassName
{
background-color: #FC465C;
}
.BgClassName
{
background-color: #FC465C;
}
</style>
border-color css
<style>
span { border-color: #FC465C; }
span { border-color: rgb(252,70,92); }
td.TdClassName
{
border-color: #FC465C;
}
.TagClassName
{
border-color: #FC465C;
}
</style>