Shades of Spicy Pink #FB0DB0
Tints of Spicy Pink #FB0DB0
RGB
CMYK
RGB Variations
Color information
#FB0DB0 (or 0xFB0DB0) is known color: Spicy Pink. HEX triplet: FB, 0D and B0. RGB value is (251,13,176). Sum of RGB (Red+Green+Blue) = 251+13+176=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0DB0 is #04F24F. Grayscale: #666666. Windows color (decimal): -324176 or 11537915. OLE color: 11537915.
HSL color Cylindrical-coordinate representation of color #FB0DB0: hue angle of 318.91º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DB0 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 176 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.02 |
| HSL | 318.91º | 0.97% | 0.52% | - |
| HSV(B) | 318.91º | 0.95% | 0.98% | - |
| XYZ | 47.76 | 23.93 | 43.18 | - |
| YUV | 102.74 | 169.35 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 176 | 0 | 0.95 | 0.30 | 0.02 | 318.91 | 0.97 | 0.52 |
| Hex | FB | D | B0 | 0 | 5F | 1E | 2 | 13F | 61 | 34 |
| Octal | 373 | 15 | 260 | 0 | 137 | 36 | 2 | 477 | 141 | 64 |
| Binary | 11111011 | 1101 | 10110000 | 0 | 1011111 | 11110 | 10 | 100111111 | 1100001 | 110100 |
Color Harmonies of #FB0DB0
Complementary color
Monochromatic Colors of #FB0DB0
Black with #FB0DB0
Text Example
Text Example
White with #FB0DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DB0; }
p { color: rgb(251,13,176); }
H1.HeaderClassName
{
color: #FB0DB0;
}
.AnyTagClassName
{
color: #FB0DB0;
}
</style>
background-color css
<style>
a { background-color: #FB0DB0; }
a { background-color: rgb(251,13,176); }
div.DivClassName
{
background-color: #FB0DB0;
}
.BgClassName
{
background-color: #FB0DB0;
}
</style>
border-color css
<style>
span { border-color: #FB0DB0; }
span { border-color: rgb(251,13,176); }
td.TdClassName
{
border-color: #FB0DB0;
}
.TagClassName
{
border-color: #FB0DB0;
}
</style>