Shades of Radical Red #FC305A
Tints of Radical Red #FC305A
RGB
CMYK
RGB Variations
Color information
#FC305A (or 0xFC305A) is known color: Radical Red. HEX triplet: FC, 30 and 5A. RGB value is (252,48,90). Sum of RGB (Red+Green+Blue) = 252+48+90=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC305A is #03CFA5. Grayscale: #717171. Windows color (decimal): -249766 or 5910780. OLE color: 5910780.
HSL color Cylindrical-coordinate representation of color #FC305A: hue angle of 347.65º 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 #FC305A is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 90 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.01 |
| HSL | 347.65º | 0.97% | 0.59% | - |
| HSV(B) | 347.65º | 0.81% | 0.99% | - |
| XYZ | 43.05 | 23.55 | 11.95 | - |
| YUV | 113.78 | 114.59 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 90 | 0 | 0.81 | 0.64 | 0.01 | 347.65 | 0.97 | 0.59 |
| Hex | FC | 30 | 5A | 0 | 51 | 40 | 1 | 15C | 61 | 3B |
| Octal | 374 | 60 | 132 | 0 | 121 | 100 | 1 | 534 | 141 | 73 |
| Binary | 11111100 | 110000 | 1011010 | 0 | 1010001 | 1000000 | 1 | 101011100 | 1100001 | 111011 |
Color Harmonies of #FC305A
Complementary color
Monochromatic Colors of #FC305A
Black with #FC305A
Text Example
Text Example
White with #FC305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC305A; }
p { color: rgb(252,48,90); }
H1.HeaderClassName
{
color: #FC305A;
}
.AnyTagClassName
{
color: #FC305A;
}
</style>
background-color css
<style>
a { background-color: #FC305A; }
a { background-color: rgb(252,48,90); }
div.DivClassName
{
background-color: #FC305A;
}
.BgClassName
{
background-color: #FC305A;
}
</style>
border-color css
<style>
span { border-color: #FC305A; }
span { border-color: rgb(252,48,90); }
td.TdClassName
{
border-color: #FC305A;
}
.TagClassName
{
border-color: #FC305A;
}
</style>