Shades of Spicy Pink #FB2DB3
Tints of Spicy Pink #FB2DB3
RGB
CMYK
RGB Variations
Color information
#FB2DB3 (or 0xFB2DB3) is known color: Spicy Pink. HEX triplet: FB, 2D and B3. RGB value is (251,45,179). Sum of RGB (Red+Green+Blue) = 251+45+179=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2DB3 is #04D24C. Grayscale: #797979. Windows color (decimal): -315981 or 11742715. OLE color: 11742715.
HSL color Cylindrical-coordinate representation of color #FB2DB3: hue angle of 320.97º 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 #FB2DB3 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 179 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.02 |
| HSL | 320.97º | 0.96% | 0.58% | - |
| HSV(B) | 320.97º | 0.82% | 0.98% | - |
| XYZ | 48.86 | 25.64 | 45.02 | - |
| YUV | 121.87 | 160.25 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 179 | 0 | 0.82 | 0.29 | 0.02 | 320.97 | 0.96 | 0.58 |
| Hex | FB | 2D | B3 | 0 | 52 | 1D | 2 | 141 | 60 | 3A |
| Octal | 373 | 55 | 263 | 0 | 122 | 35 | 2 | 501 | 140 | 72 |
| Binary | 11111011 | 101101 | 10110011 | 0 | 1010010 | 11101 | 10 | 101000001 | 1100000 | 111010 |
Color Harmonies of #FB2DB3
Complementary color
Monochromatic Colors of #FB2DB3
Black with #FB2DB3
Text Example
Text Example
White with #FB2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DB3; }
p { color: rgb(251,45,179); }
H1.HeaderClassName
{
color: #FB2DB3;
}
.AnyTagClassName
{
color: #FB2DB3;
}
</style>
background-color css
<style>
a { background-color: #FB2DB3; }
a { background-color: rgb(251,45,179); }
div.DivClassName
{
background-color: #FB2DB3;
}
.BgClassName
{
background-color: #FB2DB3;
}
</style>
border-color css
<style>
span { border-color: #FB2DB3; }
span { border-color: rgb(251,45,179); }
td.TdClassName
{
border-color: #FB2DB3;
}
.TagClassName
{
border-color: #FB2DB3;
}
</style>