Shades of Radical Red #FC1D68
Tints of Radical Red #FC1D68
RGB
CMYK
RGB Variations
Color information
#FC1D68 (or 0xFC1D68) is known color: Radical Red. HEX triplet: FC, 1D and 68. RGB value is (252,29,104). Sum of RGB (Red+Green+Blue) = 252+29+104=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D68 is #03E297. Grayscale: #686868. Windows color (decimal): -254616 or 6823420. OLE color: 6823420.
HSL color Cylindrical-coordinate representation of color #FC1D68: hue angle of 339.82º 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 #FC1D68 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 104 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.01 |
| HSL | 339.82º | 0.97% | 0.55% | - |
| HSV(B) | 339.82º | 0.88% | 0.99% | - |
| XYZ | 43.08 | 22.57 | 15.18 | - |
| YUV | 104.23 | 127.88 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 104 | 0 | 0.88 | 0.59 | 0.01 | 339.82 | 0.97 | 0.55 |
| Hex | FC | 1D | 68 | 0 | 58 | 3B | 1 | 154 | 61 | 37 |
| Octal | 374 | 35 | 150 | 0 | 130 | 73 | 1 | 524 | 141 | 67 |
| Binary | 11111100 | 11101 | 1101000 | 0 | 1011000 | 111011 | 1 | 101010100 | 1100001 | 110111 |
Color Harmonies of #FC1D68
Complementary color
Monochromatic Colors of #FC1D68
Black with #FC1D68
Text Example
Text Example
White with #FC1D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D68; }
p { color: rgb(252,29,104); }
H1.HeaderClassName
{
color: #FC1D68;
}
.AnyTagClassName
{
color: #FC1D68;
}
</style>
background-color css
<style>
a { background-color: #FC1D68; }
a { background-color: rgb(252,29,104); }
div.DivClassName
{
background-color: #FC1D68;
}
.BgClassName
{
background-color: #FC1D68;
}
</style>
border-color css
<style>
span { border-color: #FC1D68; }
span { border-color: rgb(252,29,104); }
td.TdClassName
{
border-color: #FC1D68;
}
.TagClassName
{
border-color: #FC1D68;
}
</style>