Shades of Spicy Pink #FB26B2
Tints of Spicy Pink #FB26B2
RGB
CMYK
RGB Variations
Color information
#FB26B2 (or 0xFB26B2) is known color: Spicy Pink. HEX triplet: FB, 26 and B2. RGB value is (251,38,178). Sum of RGB (Red+Green+Blue) = 251+38+178=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB26B2 is #04D94D. Grayscale: #757575. Windows color (decimal): -317774 or 11675387. OLE color: 11675387.
HSL color Cylindrical-coordinate representation of color #FB26B2: hue angle of 320.56º 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 #FB26B2 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 178 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.02 |
| HSL | 320.56º | 0.96% | 0.57% | - |
| HSV(B) | 320.56º | 0.85% | 0.98% | - |
| XYZ | 48.51 | 25.11 | 44.41 | - |
| YUV | 117.65 | 162.07 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 178 | 0 | 0.85 | 0.29 | 0.02 | 320.56 | 0.96 | 0.57 |
| Hex | FB | 26 | B2 | 0 | 55 | 1D | 2 | 141 | 60 | 39 |
| Octal | 373 | 46 | 262 | 0 | 125 | 35 | 2 | 501 | 140 | 71 |
| Binary | 11111011 | 100110 | 10110010 | 0 | 1010101 | 11101 | 10 | 101000001 | 1100000 | 111001 |
Color Harmonies of #FB26B2
Complementary color
Monochromatic Colors of #FB26B2
Black with #FB26B2
Text Example
Text Example
White with #FB26B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26B2; }
p { color: rgb(251,38,178); }
H1.HeaderClassName
{
color: #FB26B2;
}
.AnyTagClassName
{
color: #FB26B2;
}
</style>
background-color css
<style>
a { background-color: #FB26B2; }
a { background-color: rgb(251,38,178); }
div.DivClassName
{
background-color: #FB26B2;
}
.BgClassName
{
background-color: #FB26B2;
}
</style>
border-color css
<style>
span { border-color: #FB26B2; }
span { border-color: rgb(251,38,178); }
td.TdClassName
{
border-color: #FB26B2;
}
.TagClassName
{
border-color: #FB26B2;
}
</style>