Shades of Radical Red #FC3968
Tints of Radical Red #FC3968
RGB
CMYK
RGB Variations
Color information
#FC3968 (or 0xFC3968) is known color: Radical Red. HEX triplet: FC, 39 and 68. RGB value is (252,57,104). Sum of RGB (Red+Green+Blue) = 252+57+104=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3968 is #03C697. Grayscale: #787878. Windows color (decimal): -247448 or 6830588. OLE color: 6830588.
HSL color Cylindrical-coordinate representation of color #FC3968: hue angle of 345.54º 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 #FC3968 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 57 | 104 | - |
CMYK | 0 | 0.77 | 0.59 | 0.01 |
HSL | 345.54º | 0.97% | 0.61% | - |
HSV(B) | 345.54º | 0.77% | 0.99% | - |
XYZ | 44.11 | 24.62 | 15.52 | - |
YUV | 120.66 | 118.6 | 221.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 57 | 104 | 0 | 0.77 | 0.59 | 0.01 | 345.54 | 0.97 | 0.61 |
Hex | FC | 39 | 68 | 0 | 4D | 3B | 1 | 15A | 61 | 3D |
Octal | 374 | 71 | 150 | 0 | 115 | 73 | 1 | 532 | 141 | 75 |
Binary | 11111100 | 111001 | 1101000 | 0 | 1001101 | 111011 | 1 | 101011010 | 1100001 | 111101 |
Color Harmonies of #FC3968
Complementary color
Monochromatic Colors of #FC3968
Black with #FC3968
Text Example
Text Example
White with #FC3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3968; }
p { color: rgb(252,57,104); }
H1.HeaderClassName
{
color: #FC3968;
}
.AnyTagClassName
{
color: #FC3968;
}
</style>
background-color css
<style>
a { background-color: #FC3968; }
a { background-color: rgb(252,57,104); }
div.DivClassName
{
background-color: #FC3968;
}
.BgClassName
{
background-color: #FC3968;
}
</style>
border-color css
<style>
span { border-color: #FC3968; }
span { border-color: rgb(252,57,104); }
td.TdClassName
{
border-color: #FC3968;
}
.TagClassName
{
border-color: #FC3968;
}
</style>