Shades of Spicy Pink #FB1DB8
Tints of Spicy Pink #FB1DB8
RGB
CMYK
RGB Variations
Color information
#FB1DB8 (or 0xFB1DB8) is known color: Spicy Pink. HEX triplet: FB, 1D and B8. RGB value is (251,29,184). Sum of RGB (Red+Green+Blue) = 251+29+184=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1DB8 is #04E247. Grayscale: #707070. Windows color (decimal): -320072 or 12066299. OLE color: 12066299.
HSL color Cylindrical-coordinate representation of color #FB1DB8: hue angle of 318.11º 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 #FB1DB8 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 184 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.02 |
| HSL | 318.11º | 0.97% | 0.55% | - |
| HSV(B) | 318.11º | 0.88% | 0.98% | - |
| XYZ | 48.87 | 24.85 | 47.57 | - |
| YUV | 113.05 | 168.05 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 184 | 0 | 0.88 | 0.27 | 0.02 | 318.11 | 0.97 | 0.55 |
| Hex | FB | 1D | B8 | 0 | 58 | 1B | 2 | 13E | 61 | 37 |
| Octal | 373 | 35 | 270 | 0 | 130 | 33 | 2 | 476 | 141 | 67 |
| Binary | 11111011 | 11101 | 10111000 | 0 | 1011000 | 11011 | 10 | 100111110 | 1100001 | 110111 |
Color Harmonies of #FB1DB8
Complementary color
Monochromatic Colors of #FB1DB8
Black with #FB1DB8
Text Example
Text Example
White with #FB1DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1DB8; }
p { color: rgb(251,29,184); }
H1.HeaderClassName
{
color: #FB1DB8;
}
.AnyTagClassName
{
color: #FB1DB8;
}
</style>
background-color css
<style>
a { background-color: #FB1DB8; }
a { background-color: rgb(251,29,184); }
div.DivClassName
{
background-color: #FB1DB8;
}
.BgClassName
{
background-color: #FB1DB8;
}
</style>
border-color css
<style>
span { border-color: #FB1DB8; }
span { border-color: rgb(251,29,184); }
td.TdClassName
{
border-color: #FB1DB8;
}
.TagClassName
{
border-color: #FB1DB8;
}
</style>