Shades of Spicy Pink #FB2CB7
Tints of Spicy Pink #FB2CB7
RGB
CMYK
RGB Variations
Color information
#FB2CB7 (or 0xFB2CB7) is known color: Spicy Pink. HEX triplet: FB, 2C and B7. RGB value is (251,44,183). Sum of RGB (Red+Green+Blue) = 251+44+183=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2CB7 is #04D348. Grayscale: #797979. Windows color (decimal): -316233 or 12004603. OLE color: 12004603.
HSL color Cylindrical-coordinate representation of color #FB2CB7: hue angle of 319.71º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2CB7 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 183 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.02 |
| HSL | 319.71º | 0.96% | 0.58% | - |
| HSV(B) | 319.71º | 0.82% | 0.98% | - |
| XYZ | 49.23 | 25.73 | 47.17 | - |
| YUV | 121.74 | 162.58 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 183 | 0 | 0.82 | 0.27 | 0.02 | 319.71 | 0.96 | 0.58 |
| Hex | FB | 2C | B7 | 0 | 52 | 1B | 2 | 140 | 60 | 3A |
| Octal | 373 | 54 | 267 | 0 | 122 | 33 | 2 | 500 | 140 | 72 |
| Binary | 11111011 | 101100 | 10110111 | 0 | 1010010 | 11011 | 10 | 101000000 | 1100000 | 111010 |
Color Harmonies of #FB2CB7
Complementary color
Monochromatic Colors of #FB2CB7
Black with #FB2CB7
Text Example
Text Example
White with #FB2CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CB7; }
p { color: rgb(251,44,183); }
H1.HeaderClassName
{
color: #FB2CB7;
}
.AnyTagClassName
{
color: #FB2CB7;
}
</style>
background-color css
<style>
a { background-color: #FB2CB7; }
a { background-color: rgb(251,44,183); }
div.DivClassName
{
background-color: #FB2CB7;
}
.BgClassName
{
background-color: #FB2CB7;
}
</style>
border-color css
<style>
span { border-color: #FB2CB7; }
span { border-color: rgb(251,44,183); }
td.TdClassName
{
border-color: #FB2CB7;
}
.TagClassName
{
border-color: #FB2CB7;
}
</style>