Shades of Radical Red #FC395A
Tints of Radical Red #FC395A
RGB
CMYK
RGB Variations
Color information
#FC395A (or 0xFC395A) is known color: Radical Red. HEX triplet: FC, 39 and 5A. RGB value is (252,57,90). Sum of RGB (Red+Green+Blue) = 252+57+90=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC395A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC395A is #03C6A5. Grayscale: #777777. Windows color (decimal): -247462 or 5913084. OLE color: 5913084.
HSL color Cylindrical-coordinate representation of color #FC395A: hue angle of 349.85º 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 #FC395A is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 90 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.01 |
| HSL | 349.85º | 0.97% | 0.61% | - |
| HSV(B) | 349.85º | 0.77% | 0.99% | - |
| XYZ | 43.45 | 24.36 | 12.08 | - |
| YUV | 119.07 | 111.6 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 90 | 0 | 0.77 | 0.64 | 0.01 | 349.85 | 0.97 | 0.61 |
| Hex | FC | 39 | 5A | 0 | 4D | 40 | 1 | 15E | 61 | 3D |
| Octal | 374 | 71 | 132 | 0 | 115 | 100 | 1 | 536 | 141 | 75 |
| Binary | 11111100 | 111001 | 1011010 | 0 | 1001101 | 1000000 | 1 | 101011110 | 1100001 | 111101 |
Color Harmonies of #FC395A
Complementary color
Monochromatic Colors of #FC395A
Black with #FC395A
Text Example
Text Example
White with #FC395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC395A; }
p { color: rgb(252,57,90); }
H1.HeaderClassName
{
color: #FC395A;
}
.AnyTagClassName
{
color: #FC395A;
}
</style>
background-color css
<style>
a { background-color: #FC395A; }
a { background-color: rgb(252,57,90); }
div.DivClassName
{
background-color: #FC395A;
}
.BgClassName
{
background-color: #FC395A;
}
</style>
border-color css
<style>
span { border-color: #FC395A; }
span { border-color: rgb(252,57,90); }
td.TdClassName
{
border-color: #FC395A;
}
.TagClassName
{
border-color: #FC395A;
}
</style>