Shades of Radical Red #FC3A68
Tints of Radical Red #FC3A68
RGB
CMYK
RGB Variations
Color information
#FC3A68 (or 0xFC3A68) is known color: Radical Red. HEX triplet: FC, 3A and 68. RGB value is (252,58,104). Sum of RGB (Red+Green+Blue) = 252+58+104=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A68 is #03C597. Grayscale: #797979. Windows color (decimal): -247192 or 6830844. OLE color: 6830844.
HSL color Cylindrical-coordinate representation of color #FC3A68: hue angle of 345.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3A68 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 104 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.01 |
| HSL | 345.77º | 0.97% | 0.61% | - |
| HSV(B) | 345.77º | 0.77% | 0.99% | - |
| XYZ | 44.16 | 24.72 | 15.54 | - |
| YUV | 121.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 104 | 0 | 0.77 | 0.59 | 0.01 | 345.77 | 0.97 | 0.61 |
| Hex | FC | 3A | 68 | 0 | 4D | 3B | 1 | 15A | 61 | 3D |
| Octal | 374 | 72 | 150 | 0 | 115 | 73 | 1 | 532 | 141 | 75 |
| Binary | 11111100 | 111010 | 1101000 | 0 | 1001101 | 111011 | 1 | 101011010 | 1100001 | 111101 |
Color Harmonies of #FC3A68
Complementary color
Monochromatic Colors of #FC3A68
Black with #FC3A68
Text Example
Text Example
White with #FC3A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A68; }
p { color: rgb(252,58,104); }
H1.HeaderClassName
{
color: #FC3A68;
}
.AnyTagClassName
{
color: #FC3A68;
}
</style>
background-color css
<style>
a { background-color: #FC3A68; }
a { background-color: rgb(252,58,104); }
div.DivClassName
{
background-color: #FC3A68;
}
.BgClassName
{
background-color: #FC3A68;
}
</style>
border-color css
<style>
span { border-color: #FC3A68; }
span { border-color: rgb(252,58,104); }
td.TdClassName
{
border-color: #FC3A68;
}
.TagClassName
{
border-color: #FC3A68;
}
</style>