Shades of Radical Red #FF196C
Tints of Radical Red #FF196C
RGB
CMYK
RGB Variations
Color information
#FF196C (or 0xFF196C) is known color: Radical Red. HEX triplet: FF, 19 and 6C. RGB value is (255,25,108). Sum of RGB (Red+Green+Blue) = 255+25+108=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF196C is #00E693. Grayscale: #676767. Windows color (decimal): -59028 or 7084543. OLE color: 7084543.
HSL color Cylindrical-coordinate representation of color #FF196C: hue angle of 338.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF196C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 108 | - |
| CMYK | 0 | 0.90 | 0.58 | 0 |
| HSL | 338.35º | 1% | 0.55% | - |
| HSV(B) | 338.35º | 0.9% | 1% | - |
| XYZ | 44.29 | 23.04 | 16.3 | - |
| YUV | 103.23 | 130.7 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 108 | 0 | 0.90 | 0.58 | 0 | 338.35 | 1 | 0.55 |
| Hex | FF | 19 | 6C | 0 | 5A | 3A | 0 | 152 | 64 | 37 |
| Octal | 377 | 31 | 154 | 0 | 132 | 72 | 0 | 522 | 144 | 67 |
| Binary | 11111111 | 11001 | 1101100 | 0 | 1011010 | 111010 | 0 | 101010010 | 1100100 | 110111 |
Color Harmonies of #FF196C
Complementary color
Monochromatic Colors of #FF196C
Black with #FF196C
Text Example
Text Example
White with #FF196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF196C; }
p { color: rgb(255,25,108); }
H1.HeaderClassName
{
color: #FF196C;
}
.AnyTagClassName
{
color: #FF196C;
}
</style>
background-color css
<style>
a { background-color: #FF196C; }
a { background-color: rgb(255,25,108); }
div.DivClassName
{
background-color: #FF196C;
}
.BgClassName
{
background-color: #FF196C;
}
</style>
border-color css
<style>
span { border-color: #FF196C; }
span { border-color: rgb(255,25,108); }
td.TdClassName
{
border-color: #FF196C;
}
.TagClassName
{
border-color: #FF196C;
}
</style>