Shades of Radical Red #FC4465
Tints of Radical Red #FC4465
RGB
CMYK
RGB Variations
Color information
#FC4465 (or 0xFC4465) is known color: Radical Red. HEX triplet: FC, 44 and 65. RGB value is (252,68,101). Sum of RGB (Red+Green+Blue) = 252+68+101=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4465 is #03BB9A. Grayscale: #7E7E7E. Windows color (decimal): -244635 or 6636796. OLE color: 6636796.
HSL color Cylindrical-coordinate representation of color #FC4465: hue angle of 349.24º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4465 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 101 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.01 |
| HSL | 349.24º | 0.97% | 0.63% | - |
| HSV(B) | 349.24º | 0.73% | 0.99% | - |
| XYZ | 44.56 | 25.77 | 14.94 | - |
| YUV | 126.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 101 | 0 | 0.73 | 0.60 | 0.01 | 349.24 | 0.97 | 0.63 |
| Hex | FC | 44 | 65 | 0 | 49 | 3C | 1 | 15D | 61 | 3F |
| Octal | 374 | 104 | 145 | 0 | 111 | 74 | 1 | 535 | 141 | 77 |
| Binary | 11111100 | 1000100 | 1100101 | 0 | 1001001 | 111100 | 1 | 101011101 | 1100001 | 111111 |
Color Harmonies of #FC4465
Complementary color
Monochromatic Colors of #FC4465
Black with #FC4465
Text Example
Text Example
White with #FC4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4465; }
p { color: rgb(252,68,101); }
H1.HeaderClassName
{
color: #FC4465;
}
.AnyTagClassName
{
color: #FC4465;
}
</style>
background-color css
<style>
a { background-color: #FC4465; }
a { background-color: rgb(252,68,101); }
div.DivClassName
{
background-color: #FC4465;
}
.BgClassName
{
background-color: #FC4465;
}
</style>
border-color css
<style>
span { border-color: #FC4465; }
span { border-color: rgb(252,68,101); }
td.TdClassName
{
border-color: #FC4465;
}
.TagClassName
{
border-color: #FC4465;
}
</style>