Shades of Spicy Pink #FB19B7
Tints of Spicy Pink #FB19B7
RGB
CMYK
RGB Variations
Color information
#FB19B7 (or 0xFB19B7) is known color: Spicy Pink. HEX triplet: FB, 19 and B7. RGB value is (251,25,183). Sum of RGB (Red+Green+Blue) = 251+25+183=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB19B7 is #04E648. Grayscale: #6E6E6E. Windows color (decimal): -321097 or 11999739. OLE color: 11999739.
HSL color Cylindrical-coordinate representation of color #FB19B7: hue angle of 318.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB19B7 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 183 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.02 |
| HSL | 318.05º | 0.97% | 0.54% | - |
| HSV(B) | 318.05º | 0.9% | 0.98% | - |
| XYZ | 48.68 | 24.62 | 46.99 | - |
| YUV | 110.59 | 168.87 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 183 | 0 | 0.90 | 0.27 | 0.02 | 318.05 | 0.97 | 0.54 |
| Hex | FB | 19 | B7 | 0 | 5A | 1B | 2 | 13E | 61 | 36 |
| Octal | 373 | 31 | 267 | 0 | 132 | 33 | 2 | 476 | 141 | 66 |
| Binary | 11111011 | 11001 | 10110111 | 0 | 1011010 | 11011 | 10 | 100111110 | 1100001 | 110110 |
Color Harmonies of #FB19B7
Complementary color
Monochromatic Colors of #FB19B7
Black with #FB19B7
Text Example
Text Example
White with #FB19B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19B7; }
p { color: rgb(251,25,183); }
H1.HeaderClassName
{
color: #FB19B7;
}
.AnyTagClassName
{
color: #FB19B7;
}
</style>
background-color css
<style>
a { background-color: #FB19B7; }
a { background-color: rgb(251,25,183); }
div.DivClassName
{
background-color: #FB19B7;
}
.BgClassName
{
background-color: #FB19B7;
}
</style>
border-color css
<style>
span { border-color: #FB19B7; }
span { border-color: rgb(251,25,183); }
td.TdClassName
{
border-color: #FB19B7;
}
.TagClassName
{
border-color: #FB19B7;
}
</style>