Shades of Spicy Pink #FF19A6
Tints of Spicy Pink #FF19A6
RGB
CMYK
RGB Variations
Color information
#FF19A6 (or 0xFF19A6) is known color: Spicy Pink. HEX triplet: FF, 19 and A6. RGB value is (255,25,166). Sum of RGB (Red+Green+Blue) = 255+25+166=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF19A6 is #00E659. Grayscale: #6D6D6D. Windows color (decimal): -58970 or 10885631. OLE color: 10885631.
HSL color Cylindrical-coordinate representation of color #FF19A6: hue angle of 323.22º 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 #FF19A6 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 166 | - |
| CMYK | 0 | 0.90 | 0.35 | 0 |
| HSL | 323.22º | 1% | 0.55% | - |
| HSV(B) | 323.22º | 0.9% | 1% | - |
| XYZ | 48.47 | 24.71 | 38.29 | - |
| YUV | 109.84 | 159.7 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 166 | 0 | 0.90 | 0.35 | 0 | 323.22 | 1 | 0.55 |
| Hex | FF | 19 | A6 | 0 | 5A | 23 | 0 | 143 | 64 | 37 |
| Octal | 377 | 31 | 246 | 0 | 132 | 43 | 0 | 503 | 144 | 67 |
| Binary | 11111111 | 11001 | 10100110 | 0 | 1011010 | 100011 | 0 | 101000011 | 1100100 | 110111 |
Color Harmonies of #FF19A6
Complementary color
Monochromatic Colors of #FF19A6
Black with #FF19A6
Text Example
Text Example
White with #FF19A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19A6; }
p { color: rgb(255,25,166); }
H1.HeaderClassName
{
color: #FF19A6;
}
.AnyTagClassName
{
color: #FF19A6;
}
</style>
background-color css
<style>
a { background-color: #FF19A6; }
a { background-color: rgb(255,25,166); }
div.DivClassName
{
background-color: #FF19A6;
}
.BgClassName
{
background-color: #FF19A6;
}
</style>
border-color css
<style>
span { border-color: #FF19A6; }
span { border-color: rgb(255,25,166); }
td.TdClassName
{
border-color: #FF19A6;
}
.TagClassName
{
border-color: #FF19A6;
}
</style>