Shades of Spicy Pink #FB28B9
Tints of Spicy Pink #FB28B9
RGB
CMYK
RGB Variations
Color information
#FB28B9 (or 0xFB28B9) is known color: Spicy Pink. HEX triplet: FB, 28 and B9. RGB value is (251,40,185). Sum of RGB (Red+Green+Blue) = 251+40+185=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28B9 is #04D746. Grayscale: #777777. Windows color (decimal): -317255 or 12134651. OLE color: 12134651.
HSL color Cylindrical-coordinate representation of color #FB28B9: hue angle of 318.77º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB28B9 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 185 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.02 |
| HSL | 318.77º | 0.96% | 0.57% | - |
| HSV(B) | 318.77º | 0.84% | 0.98% | - |
| XYZ | 49.3 | 25.53 | 48.23 | - |
| YUV | 119.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 185 | 0 | 0.84 | 0.26 | 0.02 | 318.77 | 0.96 | 0.57 |
| Hex | FB | 28 | B9 | 0 | 54 | 1A | 2 | 13F | 60 | 39 |
| Octal | 373 | 50 | 271 | 0 | 124 | 32 | 2 | 477 | 140 | 71 |
| Binary | 11111011 | 101000 | 10111001 | 0 | 1010100 | 11010 | 10 | 100111111 | 1100000 | 111001 |
Color Harmonies of #FB28B9
Complementary color
Monochromatic Colors of #FB28B9
Black with #FB28B9
Text Example
Text Example
White with #FB28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28B9; }
p { color: rgb(251,40,185); }
H1.HeaderClassName
{
color: #FB28B9;
}
.AnyTagClassName
{
color: #FB28B9;
}
</style>
background-color css
<style>
a { background-color: #FB28B9; }
a { background-color: rgb(251,40,185); }
div.DivClassName
{
background-color: #FB28B9;
}
.BgClassName
{
background-color: #FB28B9;
}
</style>
border-color css
<style>
span { border-color: #FB28B9; }
span { border-color: rgb(251,40,185); }
td.TdClassName
{
border-color: #FB28B9;
}
.TagClassName
{
border-color: #FB28B9;
}
</style>