Shades of Spicy Pink #FB26BD
Tints of Spicy Pink #FB26BD
RGB
CMYK
RGB Variations
Color information
#FB26BD (or 0xFB26BD) is known color: Spicy Pink. HEX triplet: FB, 26 and BD. RGB value is (251,38,189). Sum of RGB (Red+Green+Blue) = 251+38+189=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB26BD is #04D942. Grayscale: #767676. Windows color (decimal): -317763 or 12396283. OLE color: 12396283.
HSL color Cylindrical-coordinate representation of color #FB26BD: hue angle of 317.46º 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 #FB26BD is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 189 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.02 |
| HSL | 317.46º | 0.96% | 0.57% | - |
| HSV(B) | 317.46º | 0.85% | 0.98% | - |
| XYZ | 49.66 | 25.57 | 50.46 | - |
| YUV | 118.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 189 | 0 | 0.85 | 0.25 | 0.02 | 317.46 | 0.96 | 0.57 |
| Hex | FB | 26 | BD | 0 | 55 | 19 | 2 | 13D | 60 | 39 |
| Octal | 373 | 46 | 275 | 0 | 125 | 31 | 2 | 475 | 140 | 71 |
| Binary | 11111011 | 100110 | 10111101 | 0 | 1010101 | 11001 | 10 | 100111101 | 1100000 | 111001 |
Color Harmonies of #FB26BD
Complementary color
Monochromatic Colors of #FB26BD
Black with #FB26BD
Text Example
Text Example
White with #FB26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26BD; }
p { color: rgb(251,38,189); }
H1.HeaderClassName
{
color: #FB26BD;
}
.AnyTagClassName
{
color: #FB26BD;
}
</style>
background-color css
<style>
a { background-color: #FB26BD; }
a { background-color: rgb(251,38,189); }
div.DivClassName
{
background-color: #FB26BD;
}
.BgClassName
{
background-color: #FB26BD;
}
</style>
border-color css
<style>
span { border-color: #FB26BD; }
span { border-color: rgb(251,38,189); }
td.TdClassName
{
border-color: #FB26BD;
}
.TagClassName
{
border-color: #FB26BD;
}
</style>