Shades of Radical Red #FC2F68
Tints of Radical Red #FC2F68
RGB
CMYK
RGB Variations
Color information
#FC2F68 (or 0xFC2F68) is known color: Radical Red. HEX triplet: FC, 2F and 68. RGB value is (252,47,104). Sum of RGB (Red+Green+Blue) = 252+47+104=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F68 is #03D097. Grayscale: #727272. Windows color (decimal): -250008 or 6828028. OLE color: 6828028.
HSL color Cylindrical-coordinate representation of color #FC2F68: hue angle of 343.32º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F68 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 104 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.01 |
| HSL | 343.32º | 0.97% | 0.59% | - |
| HSV(B) | 343.32º | 0.81% | 0.99% | - |
| XYZ | 43.66 | 23.73 | 15.38 | - |
| YUV | 114.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 104 | 0 | 0.81 | 0.59 | 0.01 | 343.32 | 0.97 | 0.59 |
| Hex | FC | 2F | 68 | 0 | 51 | 3B | 1 | 157 | 61 | 3B |
| Octal | 374 | 57 | 150 | 0 | 121 | 73 | 1 | 527 | 141 | 73 |
| Binary | 11111100 | 101111 | 1101000 | 0 | 1010001 | 111011 | 1 | 101010111 | 1100001 | 111011 |
Color Harmonies of #FC2F68
Complementary color
Monochromatic Colors of #FC2F68
Black with #FC2F68
Text Example
Text Example
White with #FC2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F68; }
p { color: rgb(252,47,104); }
H1.HeaderClassName
{
color: #FC2F68;
}
.AnyTagClassName
{
color: #FC2F68;
}
</style>
background-color css
<style>
a { background-color: #FC2F68; }
a { background-color: rgb(252,47,104); }
div.DivClassName
{
background-color: #FC2F68;
}
.BgClassName
{
background-color: #FC2F68;
}
</style>
border-color css
<style>
span { border-color: #FC2F68; }
span { border-color: rgb(252,47,104); }
td.TdClassName
{
border-color: #FC2F68;
}
.TagClassName
{
border-color: #FC2F68;
}
</style>