Shades of Radical Red #FC306C
Tints of Radical Red #FC306C
RGB
CMYK
RGB Variations
Color information
#FC306C (or 0xFC306C) is known color: Radical Red. HEX triplet: FC, 30 and 6C. RGB value is (252,48,108). Sum of RGB (Red+Green+Blue) = 252+48+108=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC306C is #03CF93. Grayscale: #737373. Windows color (decimal): -249748 or 7090428. OLE color: 7090428.
HSL color Cylindrical-coordinate representation of color #FC306C: hue angle of 342.35º 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 #FC306C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 108 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.01 |
| HSL | 342.35º | 0.97% | 0.59% | - |
| HSV(B) | 342.35º | 0.81% | 0.99% | - |
| XYZ | 43.91 | 23.89 | 16.48 | - |
| YUV | 115.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 108 | 0 | 0.81 | 0.57 | 0.01 | 342.35 | 0.97 | 0.59 |
| Hex | FC | 30 | 6C | 0 | 51 | 39 | 1 | 156 | 61 | 3B |
| Octal | 374 | 60 | 154 | 0 | 121 | 71 | 1 | 526 | 141 | 73 |
| Binary | 11111100 | 110000 | 1101100 | 0 | 1010001 | 111001 | 1 | 101010110 | 1100001 | 111011 |
Color Harmonies of #FC306C
Complementary color
Monochromatic Colors of #FC306C
Black with #FC306C
Text Example
Text Example
White with #FC306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC306C; }
p { color: rgb(252,48,108); }
H1.HeaderClassName
{
color: #FC306C;
}
.AnyTagClassName
{
color: #FC306C;
}
</style>
background-color css
<style>
a { background-color: #FC306C; }
a { background-color: rgb(252,48,108); }
div.DivClassName
{
background-color: #FC306C;
}
.BgClassName
{
background-color: #FC306C;
}
</style>
border-color css
<style>
span { border-color: #FC306C; }
span { border-color: rgb(252,48,108); }
td.TdClassName
{
border-color: #FC306C;
}
.TagClassName
{
border-color: #FC306C;
}
</style>