Shades of Radical Red #FC4066
Tints of Radical Red #FC4066
RGB
CMYK
RGB Variations
Color information
#FC4066 (or 0xFC4066) is known color: Radical Red. HEX triplet: FC, 40 and 66. RGB value is (252,64,102). Sum of RGB (Red+Green+Blue) = 252+64+102=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4066 is #03BF99. Grayscale: #7C7C7C. Windows color (decimal): -245658 or 6701308. OLE color: 6701308.
HSL color Cylindrical-coordinate representation of color #FC4066: hue angle of 347.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4066 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 102 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.01 |
| HSL | 347.87º | 0.97% | 0.62% | - |
| HSV(B) | 347.87º | 0.75% | 0.99% | - |
| XYZ | 44.38 | 25.32 | 15.12 | - |
| YUV | 124.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 102 | 0 | 0.75 | 0.60 | 0.01 | 347.87 | 0.97 | 0.62 |
| Hex | FC | 40 | 66 | 0 | 4B | 3C | 1 | 15C | 61 | 3E |
| Octal | 374 | 100 | 146 | 0 | 113 | 74 | 1 | 534 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1100110 | 0 | 1001011 | 111100 | 1 | 101011100 | 1100001 | 111110 |
Color Harmonies of #FC4066
Complementary color
Monochromatic Colors of #FC4066
Black with #FC4066
Text Example
Text Example
White with #FC4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4066; }
p { color: rgb(252,64,102); }
H1.HeaderClassName
{
color: #FC4066;
}
.AnyTagClassName
{
color: #FC4066;
}
</style>
background-color css
<style>
a { background-color: #FC4066; }
a { background-color: rgb(252,64,102); }
div.DivClassName
{
background-color: #FC4066;
}
.BgClassName
{
background-color: #FC4066;
}
</style>
border-color css
<style>
span { border-color: #FC4066; }
span { border-color: rgb(252,64,102); }
td.TdClassName
{
border-color: #FC4066;
}
.TagClassName
{
border-color: #FC4066;
}
</style>