Shades of Spicy Pink #FB2CB8
Tints of Spicy Pink #FB2CB8
RGB
CMYK
RGB Variations
Color information
#FB2CB8 (or 0xFB2CB8) is known color: Spicy Pink. HEX triplet: FB, 2C and B8. RGB value is (251,44,184). Sum of RGB (Red+Green+Blue) = 251+44+184=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2CB8 is #04D347. Grayscale: #797979. Windows color (decimal): -316232 or 12070139. OLE color: 12070139.
HSL color Cylindrical-coordinate representation of color #FB2CB8: hue angle of 319.42º 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 #FB2CB8 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 184 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.02 |
| HSL | 319.42º | 0.96% | 0.58% | - |
| HSV(B) | 319.42º | 0.82% | 0.98% | - |
| XYZ | 49.34 | 25.77 | 47.72 | - |
| YUV | 121.85 | 163.08 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 184 | 0 | 0.82 | 0.27 | 0.02 | 319.42 | 0.96 | 0.58 |
| Hex | FB | 2C | B8 | 0 | 52 | 1B | 2 | 13F | 60 | 3A |
| Octal | 373 | 54 | 270 | 0 | 122 | 33 | 2 | 477 | 140 | 72 |
| Binary | 11111011 | 101100 | 10111000 | 0 | 1010010 | 11011 | 10 | 100111111 | 1100000 | 111010 |
Color Harmonies of #FB2CB8
Complementary color
Monochromatic Colors of #FB2CB8
Black with #FB2CB8
Text Example
Text Example
White with #FB2CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CB8; }
p { color: rgb(251,44,184); }
H1.HeaderClassName
{
color: #FB2CB8;
}
.AnyTagClassName
{
color: #FB2CB8;
}
</style>
background-color css
<style>
a { background-color: #FB2CB8; }
a { background-color: rgb(251,44,184); }
div.DivClassName
{
background-color: #FB2CB8;
}
.BgClassName
{
background-color: #FB2CB8;
}
</style>
border-color css
<style>
span { border-color: #FB2CB8; }
span { border-color: rgb(251,44,184); }
td.TdClassName
{
border-color: #FB2CB8;
}
.TagClassName
{
border-color: #FB2CB8;
}
</style>