Shades of Radical Red #FC2B68
Tints of Radical Red #FC2B68
RGB
CMYK
RGB Variations
Color information
#FC2B68 (or 0xFC2B68) is known color: Radical Red. HEX triplet: FC, 2B and 68. RGB value is (252,43,104). Sum of RGB (Red+Green+Blue) = 252+43+104=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2B68 is #03D497. Grayscale: #707070. Windows color (decimal): -251032 or 6827004. OLE color: 6827004.
HSL color Cylindrical-coordinate representation of color #FC2B68: hue angle of 342.49º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2B68 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 104 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.01 |
| HSL | 342.49º | 0.97% | 0.58% | - |
| HSV(B) | 342.49º | 0.83% | 0.99% | - |
| XYZ | 43.51 | 23.42 | 15.32 | - |
| YUV | 112.45 | 123.24 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 104 | 0 | 0.83 | 0.59 | 0.01 | 342.49 | 0.97 | 0.58 |
| Hex | FC | 2B | 68 | 0 | 53 | 3B | 1 | 156 | 61 | 3A |
| Octal | 374 | 53 | 150 | 0 | 123 | 73 | 1 | 526 | 141 | 72 |
| Binary | 11111100 | 101011 | 1101000 | 0 | 1010011 | 111011 | 1 | 101010110 | 1100001 | 111010 |
Color Harmonies of #FC2B68
Complementary color
Monochromatic Colors of #FC2B68
Black with #FC2B68
Text Example
Text Example
White with #FC2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B68; }
p { color: rgb(252,43,104); }
H1.HeaderClassName
{
color: #FC2B68;
}
.AnyTagClassName
{
color: #FC2B68;
}
</style>
background-color css
<style>
a { background-color: #FC2B68; }
a { background-color: rgb(252,43,104); }
div.DivClassName
{
background-color: #FC2B68;
}
.BgClassName
{
background-color: #FC2B68;
}
</style>
border-color css
<style>
span { border-color: #FC2B68; }
span { border-color: rgb(252,43,104); }
td.TdClassName
{
border-color: #FC2B68;
}
.TagClassName
{
border-color: #FC2B68;
}
</style>