Shades of Spicy Pink #FB1EBA
Tints of Spicy Pink #FB1EBA
RGB
CMYK
RGB Variations
Color information
#FB1EBA (or 0xFB1EBA) is known color: Spicy Pink. HEX triplet: FB, 1E and BA. RGB value is (251,30,186). Sum of RGB (Red+Green+Blue) = 251+30+186=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1EBA is #04E145. Grayscale: #717171. Windows color (decimal): -319814 or 12197627. OLE color: 12197627.
HSL color Cylindrical-coordinate representation of color #FB1EBA: hue angle of 317.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1EBA is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 186 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.02 |
| HSL | 317.65º | 0.97% | 0.55% | - |
| HSV(B) | 317.65º | 0.88% | 0.98% | - |
| XYZ | 49.11 | 24.98 | 48.69 | - |
| YUV | 113.86 | 168.72 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 186 | 0 | 0.88 | 0.26 | 0.02 | 317.65 | 0.97 | 0.55 |
| Hex | FB | 1E | BA | 0 | 58 | 1A | 2 | 13E | 61 | 37 |
| Octal | 373 | 36 | 272 | 0 | 130 | 32 | 2 | 476 | 141 | 67 |
| Binary | 11111011 | 11110 | 10111010 | 0 | 1011000 | 11010 | 10 | 100111110 | 1100001 | 110111 |
Color Harmonies of #FB1EBA
Complementary color
Monochromatic Colors of #FB1EBA
Black with #FB1EBA
Text Example
Text Example
White with #FB1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1EBA; }
p { color: rgb(251,30,186); }
H1.HeaderClassName
{
color: #FB1EBA;
}
.AnyTagClassName
{
color: #FB1EBA;
}
</style>
background-color css
<style>
a { background-color: #FB1EBA; }
a { background-color: rgb(251,30,186); }
div.DivClassName
{
background-color: #FB1EBA;
}
.BgClassName
{
background-color: #FB1EBA;
}
</style>
border-color css
<style>
span { border-color: #FB1EBA; }
span { border-color: rgb(251,30,186); }
td.TdClassName
{
border-color: #FB1EBA;
}
.TagClassName
{
border-color: #FB1EBA;
}
</style>