Shades of Radical Red #FC2165
Tints of Radical Red #FC2165
RGB
CMYK
RGB Variations
Color information
#FC2165 (or 0xFC2165) is known color: Radical Red. HEX triplet: FC, 21 and 65. RGB value is (252,33,101). Sum of RGB (Red+Green+Blue) = 252+33+101=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2165 is #03DE9A. Grayscale: #6A6A6A. Windows color (decimal): -253595 or 6627836. OLE color: 6627836.
HSL color Cylindrical-coordinate representation of color #FC2165: hue angle of 341.37º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2165 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 101 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.01 |
| HSL | 341.37º | 0.97% | 0.56% | - |
| HSV(B) | 341.37º | 0.87% | 0.99% | - |
| XYZ | 43.04 | 22.72 | 14.43 | - |
| YUV | 106.23 | 125.05 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 101 | 0 | 0.87 | 0.60 | 0.01 | 341.37 | 0.97 | 0.56 |
| Hex | FC | 21 | 65 | 0 | 57 | 3C | 1 | 155 | 61 | 38 |
| Octal | 374 | 41 | 145 | 0 | 127 | 74 | 1 | 525 | 141 | 70 |
| Binary | 11111100 | 100001 | 1100101 | 0 | 1010111 | 111100 | 1 | 101010101 | 1100001 | 111000 |
Color Harmonies of #FC2165
Complementary color
Monochromatic Colors of #FC2165
Black with #FC2165
Text Example
Text Example
White with #FC2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2165; }
p { color: rgb(252,33,101); }
H1.HeaderClassName
{
color: #FC2165;
}
.AnyTagClassName
{
color: #FC2165;
}
</style>
background-color css
<style>
a { background-color: #FC2165; }
a { background-color: rgb(252,33,101); }
div.DivClassName
{
background-color: #FC2165;
}
.BgClassName
{
background-color: #FC2165;
}
</style>
border-color css
<style>
span { border-color: #FC2165; }
span { border-color: rgb(252,33,101); }
td.TdClassName
{
border-color: #FC2165;
}
.TagClassName
{
border-color: #FC2165;
}
</style>