Shades of Radical Red #FC2668
Tints of Radical Red #FC2668
RGB
CMYK
RGB Variations
Color information
#FC2668 (or 0xFC2668) is known color: Radical Red. HEX triplet: FC, 26 and 68. RGB value is (252,38,104). Sum of RGB (Red+Green+Blue) = 252+38+104=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2668 is #03D997. Grayscale: #6D6D6D. Windows color (decimal): -252312 or 6825724. OLE color: 6825724.
HSL color Cylindrical-coordinate representation of color #FC2668: hue angle of 341.5º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2668 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 104 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.01 |
| HSL | 341.5º | 0.97% | 0.57% | - |
| HSV(B) | 341.5º | 0.85% | 0.99% | - |
| XYZ | 43.34 | 23.08 | 15.27 | - |
| YUV | 109.51 | 124.9 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 104 | 0 | 0.85 | 0.59 | 0.01 | 341.5 | 0.97 | 0.57 |
| Hex | FC | 26 | 68 | 0 | 55 | 3B | 1 | 155 | 61 | 39 |
| Octal | 374 | 46 | 150 | 0 | 125 | 73 | 1 | 525 | 141 | 71 |
| Binary | 11111100 | 100110 | 1101000 | 0 | 1010101 | 111011 | 1 | 101010101 | 1100001 | 111001 |
Color Harmonies of #FC2668
Complementary color
Monochromatic Colors of #FC2668
Black with #FC2668
Text Example
Text Example
White with #FC2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2668; }
p { color: rgb(252,38,104); }
H1.HeaderClassName
{
color: #FC2668;
}
.AnyTagClassName
{
color: #FC2668;
}
</style>
background-color css
<style>
a { background-color: #FC2668; }
a { background-color: rgb(252,38,104); }
div.DivClassName
{
background-color: #FC2668;
}
.BgClassName
{
background-color: #FC2668;
}
</style>
border-color css
<style>
span { border-color: #FC2668; }
span { border-color: rgb(252,38,104); }
td.TdClassName
{
border-color: #FC2668;
}
.TagClassName
{
border-color: #FC2668;
}
</style>