Shades of Radical Red #FC1E65
Tints of Radical Red #FC1E65
RGB
CMYK
RGB Variations
Color information
#FC1E65 (or 0xFC1E65) is known color: Radical Red. HEX triplet: FC, 1E and 65. RGB value is (252,30,101). Sum of RGB (Red+Green+Blue) = 252+30+101=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E65 is #03E19A. Grayscale: #686868. Windows color (decimal): -254363 or 6627068. OLE color: 6627068.
HSL color Cylindrical-coordinate representation of color #FC1E65: hue angle of 340.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1E65 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 101 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.01 |
| HSL | 340.81º | 0.97% | 0.55% | - |
| HSV(B) | 340.81º | 0.88% | 0.99% | - |
| XYZ | 42.96 | 22.56 | 14.4 | - |
| YUV | 104.47 | 126.05 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 101 | 0 | 0.88 | 0.60 | 0.01 | 340.81 | 0.97 | 0.55 |
| Hex | FC | 1E | 65 | 0 | 58 | 3C | 1 | 155 | 61 | 37 |
| Octal | 374 | 36 | 145 | 0 | 130 | 74 | 1 | 525 | 141 | 67 |
| Binary | 11111100 | 11110 | 1100101 | 0 | 1011000 | 111100 | 1 | 101010101 | 1100001 | 110111 |
Color Harmonies of #FC1E65
Complementary color
Monochromatic Colors of #FC1E65
Black with #FC1E65
Text Example
Text Example
White with #FC1E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E65; }
p { color: rgb(252,30,101); }
H1.HeaderClassName
{
color: #FC1E65;
}
.AnyTagClassName
{
color: #FC1E65;
}
</style>
background-color css
<style>
a { background-color: #FC1E65; }
a { background-color: rgb(252,30,101); }
div.DivClassName
{
background-color: #FC1E65;
}
.BgClassName
{
background-color: #FC1E65;
}
</style>
border-color css
<style>
span { border-color: #FC1E65; }
span { border-color: rgb(252,30,101); }
td.TdClassName
{
border-color: #FC1E65;
}
.TagClassName
{
border-color: #FC1E65;
}
</style>