Shades of Radical Red #FC4166
Tints of Radical Red #FC4166
RGB
CMYK
RGB Variations
Color information
#FC4166 (or 0xFC4166) is known color: Radical Red. HEX triplet: FC, 41 and 66. RGB value is (252,65,102). Sum of RGB (Red+Green+Blue) = 252+65+102=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4166 is #03BE99. Grayscale: #7D7D7D. Windows color (decimal): -245402 or 6701564. OLE color: 6701564.
HSL color Cylindrical-coordinate representation of color #FC4166: hue angle of 348.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4166 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 102 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.01 |
| HSL | 348.13º | 0.97% | 0.62% | - |
| HSV(B) | 348.13º | 0.74% | 0.99% | - |
| XYZ | 44.43 | 25.44 | 15.14 | - |
| YUV | 125.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 102 | 0 | 0.74 | 0.60 | 0.01 | 348.13 | 0.97 | 0.62 |
| Hex | FC | 41 | 66 | 0 | 4A | 3C | 1 | 15C | 61 | 3E |
| Octal | 374 | 101 | 146 | 0 | 112 | 74 | 1 | 534 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1100110 | 0 | 1001010 | 111100 | 1 | 101011100 | 1100001 | 111110 |
Color Harmonies of #FC4166
Complementary color
Monochromatic Colors of #FC4166
Black with #FC4166
Text Example
Text Example
White with #FC4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4166; }
p { color: rgb(252,65,102); }
H1.HeaderClassName
{
color: #FC4166;
}
.AnyTagClassName
{
color: #FC4166;
}
</style>
background-color css
<style>
a { background-color: #FC4166; }
a { background-color: rgb(252,65,102); }
div.DivClassName
{
background-color: #FC4166;
}
.BgClassName
{
background-color: #FC4166;
}
</style>
border-color css
<style>
span { border-color: #FC4166; }
span { border-color: rgb(252,65,102); }
td.TdClassName
{
border-color: #FC4166;
}
.TagClassName
{
border-color: #FC4166;
}
</style>