Shades of Spicy Pink #FB2CB2
Tints of Spicy Pink #FB2CB2
RGB
CMYK
RGB Variations
Color information
#FB2CB2 (or 0xFB2CB2) is known color: Spicy Pink. HEX triplet: FB, 2C and B2. RGB value is (251,44,178). Sum of RGB (Red+Green+Blue) = 251+44+178=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2CB2 is #04D34D. Grayscale: #787878. Windows color (decimal): -316238 or 11676923. OLE color: 11676923.
HSL color Cylindrical-coordinate representation of color #FB2CB2: hue angle of 321.16º 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 #FB2CB2 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 178 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.02 |
| HSL | 321.16º | 0.96% | 0.58% | - |
| HSV(B) | 321.16º | 0.82% | 0.98% | - |
| XYZ | 48.72 | 25.52 | 44.48 | - |
| YUV | 121.17 | 160.08 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 178 | 0 | 0.82 | 0.29 | 0.02 | 321.16 | 0.96 | 0.58 |
| Hex | FB | 2C | B2 | 0 | 52 | 1D | 2 | 141 | 60 | 3A |
| Octal | 373 | 54 | 262 | 0 | 122 | 35 | 2 | 501 | 140 | 72 |
| Binary | 11111011 | 101100 | 10110010 | 0 | 1010010 | 11101 | 10 | 101000001 | 1100000 | 111010 |
Color Harmonies of #FB2CB2
Complementary color
Monochromatic Colors of #FB2CB2
Black with #FB2CB2
Text Example
Text Example
White with #FB2CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CB2; }
p { color: rgb(251,44,178); }
H1.HeaderClassName
{
color: #FB2CB2;
}
.AnyTagClassName
{
color: #FB2CB2;
}
</style>
background-color css
<style>
a { background-color: #FB2CB2; }
a { background-color: rgb(251,44,178); }
div.DivClassName
{
background-color: #FB2CB2;
}
.BgClassName
{
background-color: #FB2CB2;
}
</style>
border-color css
<style>
span { border-color: #FB2CB2; }
span { border-color: rgb(251,44,178); }
td.TdClassName
{
border-color: #FB2CB2;
}
.TagClassName
{
border-color: #FB2CB2;
}
</style>