Shades of Radical Red #FC195D
Tints of Radical Red #FC195D
RGB
CMYK
RGB Variations
Color information
#FC195D (or 0xFC195D) is known color: Radical Red. HEX triplet: FC, 19 and 5D. RGB value is (252,25,93). Sum of RGB (Red+Green+Blue) = 252+25+93=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC195D is #03E6A2. Grayscale: #646464. Windows color (decimal): -255651 or 6101500. OLE color: 6101500.
HSL color Cylindrical-coordinate representation of color #FC195D: hue angle of 342.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC195D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 93 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.01 |
| HSL | 342.03º | 0.97% | 0.54% | - |
| HSV(B) | 342.03º | 0.9% | 0.99% | - |
| XYZ | 42.47 | 22.18 | 12.4 | - |
| YUV | 100.63 | 123.71 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 93 | 0 | 0.90 | 0.63 | 0.01 | 342.03 | 0.97 | 0.54 |
| Hex | FC | 19 | 5D | 0 | 5A | 3F | 1 | 156 | 61 | 36 |
| Octal | 374 | 31 | 135 | 0 | 132 | 77 | 1 | 526 | 141 | 66 |
| Binary | 11111100 | 11001 | 1011101 | 0 | 1011010 | 111111 | 1 | 101010110 | 1100001 | 110110 |
Color Harmonies of #FC195D
Complementary color
Monochromatic Colors of #FC195D
Black with #FC195D
Text Example
Text Example
White with #FC195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC195D; }
p { color: rgb(252,25,93); }
H1.HeaderClassName
{
color: #FC195D;
}
.AnyTagClassName
{
color: #FC195D;
}
</style>
background-color css
<style>
a { background-color: #FC195D; }
a { background-color: rgb(252,25,93); }
div.DivClassName
{
background-color: #FC195D;
}
.BgClassName
{
background-color: #FC195D;
}
</style>
border-color css
<style>
span { border-color: #FC195D; }
span { border-color: rgb(252,25,93); }
td.TdClassName
{
border-color: #FC195D;
}
.TagClassName
{
border-color: #FC195D;
}
</style>