Shades of Spicy Pink #FB26B0
Tints of Spicy Pink #FB26B0
RGB
CMYK
RGB Variations
Color information
#FB26B0 (or 0xFB26B0) is known color: Spicy Pink. HEX triplet: FB, 26 and B0. RGB value is (251,38,176). Sum of RGB (Red+Green+Blue) = 251+38+176=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB26B0 is #04D94F. Grayscale: #757575. Windows color (decimal): -317776 or 11544315. OLE color: 11544315.
HSL color Cylindrical-coordinate representation of color #FB26B0: hue angle of 321.13º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB26B0 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 176 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.02 |
| HSL | 321.13º | 0.96% | 0.57% | - |
| HSV(B) | 321.13º | 0.85% | 0.98% | - |
| XYZ | 48.31 | 25.03 | 43.36 | - |
| YUV | 117.42 | 161.07 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 176 | 0 | 0.85 | 0.30 | 0.02 | 321.13 | 0.96 | 0.57 |
| Hex | FB | 26 | B0 | 0 | 55 | 1E | 2 | 141 | 60 | 39 |
| Octal | 373 | 46 | 260 | 0 | 125 | 36 | 2 | 501 | 140 | 71 |
| Binary | 11111011 | 100110 | 10110000 | 0 | 1010101 | 11110 | 10 | 101000001 | 1100000 | 111001 |
Color Harmonies of #FB26B0
Complementary color
Monochromatic Colors of #FB26B0
Black with #FB26B0
Text Example
Text Example
White with #FB26B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26B0; }
p { color: rgb(251,38,176); }
H1.HeaderClassName
{
color: #FB26B0;
}
.AnyTagClassName
{
color: #FB26B0;
}
</style>
background-color css
<style>
a { background-color: #FB26B0; }
a { background-color: rgb(251,38,176); }
div.DivClassName
{
background-color: #FB26B0;
}
.BgClassName
{
background-color: #FB26B0;
}
</style>
border-color css
<style>
span { border-color: #FB26B0; }
span { border-color: rgb(251,38,176); }
td.TdClassName
{
border-color: #FB26B0;
}
.TagClassName
{
border-color: #FB26B0;
}
</style>