Shades of Spicy Pink #FB1DB2
Tints of Spicy Pink #FB1DB2
RGB
CMYK
RGB Variations
Color information
#FB1DB2 (or 0xFB1DB2) is known color: Spicy Pink. HEX triplet: FB, 1D and B2. RGB value is (251,29,178). Sum of RGB (Red+Green+Blue) = 251+29+178=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1DB2 is #04E24D. Grayscale: #6F6F6F. Windows color (decimal): -320078 or 11673083. OLE color: 11673083.
HSL color Cylindrical-coordinate representation of color #FB1DB2: hue angle of 319.73º 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 #FB1DB2 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 178 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.02 |
| HSL | 319.73º | 0.97% | 0.55% | - |
| HSV(B) | 319.73º | 0.88% | 0.98% | - |
| XYZ | 48.26 | 24.6 | 44.32 | - |
| YUV | 112.36 | 165.05 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 178 | 0 | 0.88 | 0.29 | 0.02 | 319.73 | 0.97 | 0.55 |
| Hex | FB | 1D | B2 | 0 | 58 | 1D | 2 | 140 | 61 | 37 |
| Octal | 373 | 35 | 262 | 0 | 130 | 35 | 2 | 500 | 141 | 67 |
| Binary | 11111011 | 11101 | 10110010 | 0 | 1011000 | 11101 | 10 | 101000000 | 1100001 | 110111 |
Color Harmonies of #FB1DB2
Complementary color
Monochromatic Colors of #FB1DB2
Black with #FB1DB2
Text Example
Text Example
White with #FB1DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1DB2; }
p { color: rgb(251,29,178); }
H1.HeaderClassName
{
color: #FB1DB2;
}
.AnyTagClassName
{
color: #FB1DB2;
}
</style>
background-color css
<style>
a { background-color: #FB1DB2; }
a { background-color: rgb(251,29,178); }
div.DivClassName
{
background-color: #FB1DB2;
}
.BgClassName
{
background-color: #FB1DB2;
}
</style>
border-color css
<style>
span { border-color: #FB1DB2; }
span { border-color: rgb(251,29,178); }
td.TdClassName
{
border-color: #FB1DB2;
}
.TagClassName
{
border-color: #FB1DB2;
}
</style>