Shades of Spicy Pink #FB0FB2
Tints of Spicy Pink #FB0FB2
RGB
CMYK
RGB Variations
Color information
#FB0FB2 (or 0xFB0FB2) is known color: Spicy Pink. HEX triplet: FB, 0F and B2. RGB value is (251,15,178). Sum of RGB (Red+Green+Blue) = 251+15+178=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0FB2 is #04F04D. Grayscale: #676767. Windows color (decimal): -323662 or 11669499. OLE color: 11669499.
HSL color Cylindrical-coordinate representation of color #FB0FB2: hue angle of 318.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FB2 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 178 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.02 |
| HSL | 318.56º | 0.97% | 0.52% | - |
| HSV(B) | 318.56º | 0.94% | 0.98% | - |
| XYZ | 47.99 | 24.07 | 44.24 | - |
| YUV | 104.15 | 169.69 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 178 | 0 | 0.94 | 0.29 | 0.02 | 318.56 | 0.97 | 0.52 |
| Hex | FB | F | B2 | 0 | 5E | 1D | 2 | 13F | 61 | 34 |
| Octal | 373 | 17 | 262 | 0 | 136 | 35 | 2 | 477 | 141 | 64 |
| Binary | 11111011 | 1111 | 10110010 | 0 | 1011110 | 11101 | 10 | 100111111 | 1100001 | 110100 |
Color Harmonies of #FB0FB2
Complementary color
Monochromatic Colors of #FB0FB2
Black with #FB0FB2
Text Example
Text Example
White with #FB0FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FB2; }
p { color: rgb(251,15,178); }
H1.HeaderClassName
{
color: #FB0FB2;
}
.AnyTagClassName
{
color: #FB0FB2;
}
</style>
background-color css
<style>
a { background-color: #FB0FB2; }
a { background-color: rgb(251,15,178); }
div.DivClassName
{
background-color: #FB0FB2;
}
.BgClassName
{
background-color: #FB0FB2;
}
</style>
border-color css
<style>
span { border-color: #FB0FB2; }
span { border-color: rgb(251,15,178); }
td.TdClassName
{
border-color: #FB0FB2;
}
.TagClassName
{
border-color: #FB0FB2;
}
</style>