Shades of Spicy Pink #FB28BC
Tints of Spicy Pink #FB28BC
RGB
CMYK
RGB Variations
Color information
#FB28BC (or 0xFB28BC) is known color: Spicy Pink. HEX triplet: FB, 28 and BC. RGB value is (251,40,188). Sum of RGB (Red+Green+Blue) = 251+40+188=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28BC is #04D743. Grayscale: #777777. Windows color (decimal): -317252 or 12331259. OLE color: 12331259.
HSL color Cylindrical-coordinate representation of color #FB28BC: hue angle of 317.91º 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 #FB28BC is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 188 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.02 |
| HSL | 317.91º | 0.96% | 0.57% | - |
| HSV(B) | 317.91º | 0.84% | 0.98% | - |
| XYZ | 49.62 | 25.66 | 49.91 | - |
| YUV | 119.96 | 166.4 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 188 | 0 | 0.84 | 0.25 | 0.02 | 317.91 | 0.96 | 0.57 |
| Hex | FB | 28 | BC | 0 | 54 | 19 | 2 | 13E | 60 | 39 |
| Octal | 373 | 50 | 274 | 0 | 124 | 31 | 2 | 476 | 140 | 71 |
| Binary | 11111011 | 101000 | 10111100 | 0 | 1010100 | 11001 | 10 | 100111110 | 1100000 | 111001 |
Color Harmonies of #FB28BC
Complementary color
Monochromatic Colors of #FB28BC
Black with #FB28BC
Text Example
Text Example
White with #FB28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28BC; }
p { color: rgb(251,40,188); }
H1.HeaderClassName
{
color: #FB28BC;
}
.AnyTagClassName
{
color: #FB28BC;
}
</style>
background-color css
<style>
a { background-color: #FB28BC; }
a { background-color: rgb(251,40,188); }
div.DivClassName
{
background-color: #FB28BC;
}
.BgClassName
{
background-color: #FB28BC;
}
</style>
border-color css
<style>
span { border-color: #FB28BC; }
span { border-color: rgb(251,40,188); }
td.TdClassName
{
border-color: #FB28BC;
}
.TagClassName
{
border-color: #FB28BC;
}
</style>