Shades of Radical Red #FC2168
Tints of Radical Red #FC2168
RGB
CMYK
RGB Variations
Color information
#FC2168 (or 0xFC2168) is known color: Radical Red. HEX triplet: FC, 21 and 68. RGB value is (252,33,104). Sum of RGB (Red+Green+Blue) = 252+33+104=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2168 is #03DE97. Grayscale: #6A6A6A. Windows color (decimal): -253592 or 6824444. OLE color: 6824444.
HSL color Cylindrical-coordinate representation of color #FC2168: hue angle of 340.55º 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 #FC2168 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 104 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.01 |
| HSL | 340.55º | 0.97% | 0.56% | - |
| HSV(B) | 340.55º | 0.87% | 0.99% | - |
| XYZ | 43.19 | 22.78 | 15.22 | - |
| YUV | 106.58 | 126.55 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 104 | 0 | 0.87 | 0.59 | 0.01 | 340.55 | 0.97 | 0.56 |
| Hex | FC | 21 | 68 | 0 | 57 | 3B | 1 | 155 | 61 | 38 |
| Octal | 374 | 41 | 150 | 0 | 127 | 73 | 1 | 525 | 141 | 70 |
| Binary | 11111100 | 100001 | 1101000 | 0 | 1010111 | 111011 | 1 | 101010101 | 1100001 | 111000 |
Color Harmonies of #FC2168
Complementary color
Monochromatic Colors of #FC2168
Black with #FC2168
Text Example
Text Example
White with #FC2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2168; }
p { color: rgb(252,33,104); }
H1.HeaderClassName
{
color: #FC2168;
}
.AnyTagClassName
{
color: #FC2168;
}
</style>
background-color css
<style>
a { background-color: #FC2168; }
a { background-color: rgb(252,33,104); }
div.DivClassName
{
background-color: #FC2168;
}
.BgClassName
{
background-color: #FC2168;
}
</style>
border-color css
<style>
span { border-color: #FC2168; }
span { border-color: rgb(252,33,104); }
td.TdClassName
{
border-color: #FC2168;
}
.TagClassName
{
border-color: #FC2168;
}
</style>