Shades of Spicy Pink #FB28BA
Tints of Spicy Pink #FB28BA
RGB
CMYK
RGB Variations
Color information
#FB28BA (or 0xFB28BA) is known color: Spicy Pink. HEX triplet: FB, 28 and BA. RGB value is (251,40,186). Sum of RGB (Red+Green+Blue) = 251+40+186=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28BA is #04D745. Grayscale: #777777. Windows color (decimal): -317254 or 12200187. OLE color: 12200187.
HSL color Cylindrical-coordinate representation of color #FB28BA: hue angle of 318.48º 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 #FB28BA is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 186 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.02 |
| HSL | 318.48º | 0.96% | 0.57% | - |
| HSV(B) | 318.48º | 0.84% | 0.98% | - |
| XYZ | 49.41 | 25.57 | 48.79 | - |
| YUV | 119.73 | 165.4 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 186 | 0 | 0.84 | 0.26 | 0.02 | 318.48 | 0.96 | 0.57 |
| Hex | FB | 28 | BA | 0 | 54 | 1A | 2 | 13E | 60 | 39 |
| Octal | 373 | 50 | 272 | 0 | 124 | 32 | 2 | 476 | 140 | 71 |
| Binary | 11111011 | 101000 | 10111010 | 0 | 1010100 | 11010 | 10 | 100111110 | 1100000 | 111001 |
Color Harmonies of #FB28BA
Complementary color
Monochromatic Colors of #FB28BA
Black with #FB28BA
Text Example
Text Example
White with #FB28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28BA; }
p { color: rgb(251,40,186); }
H1.HeaderClassName
{
color: #FB28BA;
}
.AnyTagClassName
{
color: #FB28BA;
}
</style>
background-color css
<style>
a { background-color: #FB28BA; }
a { background-color: rgb(251,40,186); }
div.DivClassName
{
background-color: #FB28BA;
}
.BgClassName
{
background-color: #FB28BA;
}
</style>
border-color css
<style>
span { border-color: #FB28BA; }
span { border-color: rgb(251,40,186); }
td.TdClassName
{
border-color: #FB28BA;
}
.TagClassName
{
border-color: #FB28BA;
}
</style>