Shades of Radical Red #FC195C
Tints of Radical Red #FC195C
RGB
CMYK
RGB Variations
Color information
#FC195C (or 0xFC195C) is known color: Radical Red. HEX triplet: FC, 19 and 5C. RGB value is (252,25,92). Sum of RGB (Red+Green+Blue) = 252+25+92=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC195C is #03E6A3. Grayscale: #646464. Windows color (decimal): -255652 or 6035964. OLE color: 6035964.
HSL color Cylindrical-coordinate representation of color #FC195C: hue angle of 342.29º 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 #FC195C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 92 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.01 |
| HSL | 342.29º | 0.97% | 0.54% | - |
| HSV(B) | 342.29º | 0.9% | 0.99% | - |
| XYZ | 42.42 | 22.16 | 12.17 | - |
| YUV | 100.51 | 123.21 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 92 | 0 | 0.90 | 0.63 | 0.01 | 342.29 | 0.97 | 0.54 |
| Hex | FC | 19 | 5C | 0 | 5A | 3F | 1 | 156 | 61 | 36 |
| Octal | 374 | 31 | 134 | 0 | 132 | 77 | 1 | 526 | 141 | 66 |
| Binary | 11111100 | 11001 | 1011100 | 0 | 1011010 | 111111 | 1 | 101010110 | 1100001 | 110110 |
Color Harmonies of #FC195C
Complementary color
Monochromatic Colors of #FC195C
Black with #FC195C
Text Example
Text Example
White with #FC195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC195C; }
p { color: rgb(252,25,92); }
H1.HeaderClassName
{
color: #FC195C;
}
.AnyTagClassName
{
color: #FC195C;
}
</style>
background-color css
<style>
a { background-color: #FC195C; }
a { background-color: rgb(252,25,92); }
div.DivClassName
{
background-color: #FC195C;
}
.BgClassName
{
background-color: #FC195C;
}
</style>
border-color css
<style>
span { border-color: #FC195C; }
span { border-color: rgb(252,25,92); }
td.TdClassName
{
border-color: #FC195C;
}
.TagClassName
{
border-color: #FC195C;
}
</style>