Shades of Radical Red #FC4468
Tints of Radical Red #FC4468
RGB
CMYK
RGB Variations
Color information
#FC4468 (or 0xFC4468) is known color: Radical Red. HEX triplet: FC, 44 and 68. RGB value is (252,68,104). Sum of RGB (Red+Green+Blue) = 252+68+104=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4468 is #03BB97. Grayscale: #7F7F7F. Windows color (decimal): -244632 or 6833404. OLE color: 6833404.
HSL color Cylindrical-coordinate representation of color #FC4468: hue angle of 348.26º 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 #FC4468 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 104 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.01 |
| HSL | 348.26º | 0.97% | 0.63% | - |
| HSV(B) | 348.26º | 0.73% | 0.99% | - |
| XYZ | 44.71 | 25.83 | 15.73 | - |
| YUV | 127.12 | 114.96 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 104 | 0 | 0.73 | 0.59 | 0.01 | 348.26 | 0.97 | 0.63 |
| Hex | FC | 44 | 68 | 0 | 49 | 3B | 1 | 15C | 61 | 3F |
| Octal | 374 | 104 | 150 | 0 | 111 | 73 | 1 | 534 | 141 | 77 |
| Binary | 11111100 | 1000100 | 1101000 | 0 | 1001001 | 111011 | 1 | 101011100 | 1100001 | 111111 |
Color Harmonies of #FC4468
Complementary color
Monochromatic Colors of #FC4468
Black with #FC4468
Text Example
Text Example
White with #FC4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4468; }
p { color: rgb(252,68,104); }
H1.HeaderClassName
{
color: #FC4468;
}
.AnyTagClassName
{
color: #FC4468;
}
</style>
background-color css
<style>
a { background-color: #FC4468; }
a { background-color: rgb(252,68,104); }
div.DivClassName
{
background-color: #FC4468;
}
.BgClassName
{
background-color: #FC4468;
}
</style>
border-color css
<style>
span { border-color: #FC4468; }
span { border-color: rgb(252,68,104); }
td.TdClassName
{
border-color: #FC4468;
}
.TagClassName
{
border-color: #FC4468;
}
</style>