Shades of Spicy Pink #FB19AD
Tints of Spicy Pink #FB19AD
RGB
CMYK
RGB Variations
Color information
#FB19AD (or 0xFB19AD) is known color: Spicy Pink. HEX triplet: FB, 19 and AD. RGB value is (251,25,173). Sum of RGB (Red+Green+Blue) = 251+25+173=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB19AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB19AD is #04E652. Grayscale: #6D6D6D. Windows color (decimal): -321107 or 11344379. OLE color: 11344379.
HSL color Cylindrical-coordinate representation of color #FB19AD: hue angle of 320.71º 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 #FB19AD is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 173 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.02 |
| HSL | 320.71º | 0.97% | 0.54% | - |
| HSV(B) | 320.71º | 0.9% | 0.98% | - |
| XYZ | 47.67 | 24.22 | 41.7 | - |
| YUV | 109.45 | 163.87 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 173 | 0 | 0.90 | 0.31 | 0.02 | 320.71 | 0.97 | 0.54 |
| Hex | FB | 19 | AD | 0 | 5A | 1F | 2 | 141 | 61 | 36 |
| Octal | 373 | 31 | 255 | 0 | 132 | 37 | 2 | 501 | 141 | 66 |
| Binary | 11111011 | 11001 | 10101101 | 0 | 1011010 | 11111 | 10 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FB19AD
Complementary color
Monochromatic Colors of #FB19AD
Black with #FB19AD
Text Example
Text Example
White with #FB19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19AD; }
p { color: rgb(251,25,173); }
H1.HeaderClassName
{
color: #FB19AD;
}
.AnyTagClassName
{
color: #FB19AD;
}
</style>
background-color css
<style>
a { background-color: #FB19AD; }
a { background-color: rgb(251,25,173); }
div.DivClassName
{
background-color: #FB19AD;
}
.BgClassName
{
background-color: #FB19AD;
}
</style>
border-color css
<style>
span { border-color: #FB19AD; }
span { border-color: rgb(251,25,173); }
td.TdClassName
{
border-color: #FB19AD;
}
.TagClassName
{
border-color: #FB19AD;
}
</style>