Shades of Radical Red #FF196A
Tints of Radical Red #FF196A
RGB
CMYK
RGB Variations
Color information
#FF196A (or 0xFF196A) is known color: Radical Red. HEX triplet: FF, 19 and 6A. RGB value is (255,25,106). Sum of RGB (Red+Green+Blue) = 255+25+106=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF196A is #00E695. Grayscale: #666666. Windows color (decimal): -59030 or 6953471. OLE color: 6953471.
HSL color Cylindrical-coordinate representation of color #FF196A: hue angle of 338.87º 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 #FF196A is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 106 | - |
| CMYK | 0 | 0.90 | 0.58 | 0 |
| HSL | 338.87º | 1% | 0.55% | - |
| HSV(B) | 338.87º | 0.9% | 1% | - |
| XYZ | 44.19 | 23 | 15.75 | - |
| YUV | 103 | 129.7 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 106 | 0 | 0.90 | 0.58 | 0 | 338.87 | 1 | 0.55 |
| Hex | FF | 19 | 6A | 0 | 5A | 3A | 0 | 153 | 64 | 37 |
| Octal | 377 | 31 | 152 | 0 | 132 | 72 | 0 | 523 | 144 | 67 |
| Binary | 11111111 | 11001 | 1101010 | 0 | 1011010 | 111010 | 0 | 101010011 | 1100100 | 110111 |
Color Harmonies of #FF196A
Complementary color
Monochromatic Colors of #FF196A
Black with #FF196A
Text Example
Text Example
White with #FF196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF196A; }
p { color: rgb(255,25,106); }
H1.HeaderClassName
{
color: #FF196A;
}
.AnyTagClassName
{
color: #FF196A;
}
</style>
background-color css
<style>
a { background-color: #FF196A; }
a { background-color: rgb(255,25,106); }
div.DivClassName
{
background-color: #FF196A;
}
.BgClassName
{
background-color: #FF196A;
}
</style>
border-color css
<style>
span { border-color: #FF196A; }
span { border-color: rgb(255,25,106); }
td.TdClassName
{
border-color: #FF196A;
}
.TagClassName
{
border-color: #FF196A;
}
</style>