Shades of Radical Red #FC305D
Tints of Radical Red #FC305D
RGB
CMYK
RGB Variations
Color information
#FC305D (or 0xFC305D) is known color: Radical Red. HEX triplet: FC, 30 and 5D. RGB value is (252,48,93). Sum of RGB (Red+Green+Blue) = 252+48+93=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC305D is #03CFA2. Grayscale: #727272. Windows color (decimal): -249763 or 6107388. OLE color: 6107388.
HSL color Cylindrical-coordinate representation of color #FC305D: hue angle of 346.76º 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 #FC305D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 93 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.01 |
| HSL | 346.76º | 0.97% | 0.59% | - |
| HSV(B) | 346.76º | 0.81% | 0.99% | - |
| XYZ | 43.18 | 23.6 | 12.64 | - |
| YUV | 114.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 93 | 0 | 0.81 | 0.63 | 0.01 | 346.76 | 0.97 | 0.59 |
| Hex | FC | 30 | 5D | 0 | 51 | 3F | 1 | 15B | 61 | 3B |
| Octal | 374 | 60 | 135 | 0 | 121 | 77 | 1 | 533 | 141 | 73 |
| Binary | 11111100 | 110000 | 1011101 | 0 | 1010001 | 111111 | 1 | 101011011 | 1100001 | 111011 |
Color Harmonies of #FC305D
Complementary color
Monochromatic Colors of #FC305D
Black with #FC305D
Text Example
Text Example
White with #FC305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC305D; }
p { color: rgb(252,48,93); }
H1.HeaderClassName
{
color: #FC305D;
}
.AnyTagClassName
{
color: #FC305D;
}
</style>
background-color css
<style>
a { background-color: #FC305D; }
a { background-color: rgb(252,48,93); }
div.DivClassName
{
background-color: #FC305D;
}
.BgClassName
{
background-color: #FC305D;
}
</style>
border-color css
<style>
span { border-color: #FC305D; }
span { border-color: rgb(252,48,93); }
td.TdClassName
{
border-color: #FC305D;
}
.TagClassName
{
border-color: #FC305D;
}
</style>