Shades of Spicy Pink #FF19A7
Tints of Spicy Pink #FF19A7
RGB
CMYK
RGB Variations
Color information
#FF19A7 (or 0xFF19A7) is known color: Spicy Pink. HEX triplet: FF, 19 and A7. RGB value is (255,25,167). Sum of RGB (Red+Green+Blue) = 255+25+167=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF19A7 is #00E658. Grayscale: #6D6D6D. Windows color (decimal): -58969 or 10951167. OLE color: 10951167.
HSL color Cylindrical-coordinate representation of color #FF19A7: hue angle of 322.96º 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 #FF19A7 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 167 | - |
| CMYK | 0 | 0.90 | 0.35 | 0 |
| HSL | 322.96º | 1% | 0.55% | - |
| HSV(B) | 322.96º | 0.9% | 1% | - |
| XYZ | 48.56 | 24.75 | 38.78 | - |
| YUV | 109.96 | 160.2 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 167 | 0 | 0.90 | 0.35 | 0 | 322.96 | 1 | 0.55 |
| Hex | FF | 19 | A7 | 0 | 5A | 23 | 0 | 143 | 64 | 37 |
| Octal | 377 | 31 | 247 | 0 | 132 | 43 | 0 | 503 | 144 | 67 |
| Binary | 11111111 | 11001 | 10100111 | 0 | 1011010 | 100011 | 0 | 101000011 | 1100100 | 110111 |
Color Harmonies of #FF19A7
Complementary color
Monochromatic Colors of #FF19A7
Black with #FF19A7
Text Example
Text Example
White with #FF19A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19A7; }
p { color: rgb(255,25,167); }
H1.HeaderClassName
{
color: #FF19A7;
}
.AnyTagClassName
{
color: #FF19A7;
}
</style>
background-color css
<style>
a { background-color: #FF19A7; }
a { background-color: rgb(255,25,167); }
div.DivClassName
{
background-color: #FF19A7;
}
.BgClassName
{
background-color: #FF19A7;
}
</style>
border-color css
<style>
span { border-color: #FF19A7; }
span { border-color: rgb(255,25,167); }
td.TdClassName
{
border-color: #FF19A7;
}
.TagClassName
{
border-color: #FF19A7;
}
</style>