Shades of Spicy Pink #FF19B7
Tints of Spicy Pink #FF19B7
RGB
CMYK
RGB Variations
Color information
#FF19B7 (or 0xFF19B7) is known color: Spicy Pink. HEX triplet: FF, 19 and B7. RGB value is (255,25,183). Sum of RGB (Red+Green+Blue) = 255+25+183=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19B7 is #00E648. Grayscale: #6F6F6F. Windows color (decimal): -58953 or 11999743. OLE color: 11999743.
HSL color Cylindrical-coordinate representation of color #FF19B7: hue angle of 318.78º 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 #FF19B7 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 183 | - |
| CMYK | 0 | 0.90 | 0.28 | 0 |
| HSL | 318.78º | 1% | 0.55% | - |
| HSV(B) | 318.78º | 0.9% | 1% | - |
| XYZ | 50.13 | 25.37 | 47.06 | - |
| YUV | 111.78 | 168.2 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 183 | 0 | 0.90 | 0.28 | 0 | 318.78 | 1 | 0.55 |
| Hex | FF | 19 | B7 | 0 | 5A | 1C | 0 | 13F | 64 | 37 |
| Octal | 377 | 31 | 267 | 0 | 132 | 34 | 0 | 477 | 144 | 67 |
| Binary | 11111111 | 11001 | 10110111 | 0 | 1011010 | 11100 | 0 | 100111111 | 1100100 | 110111 |
Color Harmonies of #FF19B7
Complementary color
Monochromatic Colors of #FF19B7
Black with #FF19B7
Text Example
Text Example
White with #FF19B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19B7; }
p { color: rgb(255,25,183); }
H1.HeaderClassName
{
color: #FF19B7;
}
.AnyTagClassName
{
color: #FF19B7;
}
</style>
background-color css
<style>
a { background-color: #FF19B7; }
a { background-color: rgb(255,25,183); }
div.DivClassName
{
background-color: #FF19B7;
}
.BgClassName
{
background-color: #FF19B7;
}
</style>
border-color css
<style>
span { border-color: #FF19B7; }
span { border-color: rgb(255,25,183); }
td.TdClassName
{
border-color: #FF19B7;
}
.TagClassName
{
border-color: #FF19B7;
}
</style>