Shades of Radical Red #FC3A74
Tints of Radical Red #FC3A74
RGB
CMYK
RGB Variations
Color information
#FC3A74 (or 0xFC3A74) is known color: Radical Red. HEX triplet: FC, 3A and 74. RGB value is (252,58,116). Sum of RGB (Red+Green+Blue) = 252+58+116=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A74 is #03C58B. Grayscale: #7A7A7A. Windows color (decimal): -247180 or 7617276. OLE color: 7617276.
HSL color Cylindrical-coordinate representation of color #FC3A74: hue angle of 342.06º 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 #FC3A74 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 116 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.01 |
| HSL | 342.06º | 0.97% | 0.61% | - |
| HSV(B) | 342.06º | 0.77% | 0.99% | - |
| XYZ | 44.81 | 24.98 | 18.98 | - |
| YUV | 122.62 | 124.27 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 116 | 0 | 0.77 | 0.54 | 0.01 | 342.06 | 0.97 | 0.61 |
| Hex | FC | 3A | 74 | 0 | 4D | 36 | 1 | 156 | 61 | 3D |
| Octal | 374 | 72 | 164 | 0 | 115 | 66 | 1 | 526 | 141 | 75 |
| Binary | 11111100 | 111010 | 1110100 | 0 | 1001101 | 110110 | 1 | 101010110 | 1100001 | 111101 |
Color Harmonies of #FC3A74
Complementary color
Monochromatic Colors of #FC3A74
Black with #FC3A74
Text Example
Text Example
White with #FC3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A74; }
p { color: rgb(252,58,116); }
H1.HeaderClassName
{
color: #FC3A74;
}
.AnyTagClassName
{
color: #FC3A74;
}
</style>
background-color css
<style>
a { background-color: #FC3A74; }
a { background-color: rgb(252,58,116); }
div.DivClassName
{
background-color: #FC3A74;
}
.BgClassName
{
background-color: #FC3A74;
}
</style>
border-color css
<style>
span { border-color: #FC3A74; }
span { border-color: rgb(252,58,116); }
td.TdClassName
{
border-color: #FC3A74;
}
.TagClassName
{
border-color: #FC3A74;
}
</style>