Shades of Spicy Pink #FF2BB3
Tints of Spicy Pink #FF2BB3
RGB
CMYK
RGB Variations
Color information
#FF2BB3 (or 0xFF2BB3) is known color: Spicy Pink. HEX triplet: FF, 2B and B3. RGB value is (255,43,179). Sum of RGB (Red+Green+Blue) = 255+43+179=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2BB3 is #00D44C. Grayscale: #797979. Windows color (decimal): -54349 or 11742207. OLE color: 11742207.
HSL color Cylindrical-coordinate representation of color #FF2BB3: hue angle of 321.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2BB3 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 179 | - |
| CMYK | 0 | 0.83 | 0.30 | 0 |
| HSL | 321.51º | 1% | 0.58% | - |
| HSV(B) | 321.51º | 0.83% | 1% | - |
| XYZ | 50.24 | 26.24 | 45.07 | - |
| YUV | 121.89 | 160.24 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 179 | 0 | 0.83 | 0.30 | 0 | 321.51 | 1 | 0.58 |
| Hex | FF | 2B | B3 | 0 | 53 | 1E | 0 | 142 | 64 | 3A |
| Octal | 377 | 53 | 263 | 0 | 123 | 36 | 0 | 502 | 144 | 72 |
| Binary | 11111111 | 101011 | 10110011 | 0 | 1010011 | 11110 | 0 | 101000010 | 1100100 | 111010 |
Color Harmonies of #FF2BB3
Complementary color
Monochromatic Colors of #FF2BB3
Black with #FF2BB3
Text Example
Text Example
White with #FF2BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BB3; }
p { color: rgb(255,43,179); }
H1.HeaderClassName
{
color: #FF2BB3;
}
.AnyTagClassName
{
color: #FF2BB3;
}
</style>
background-color css
<style>
a { background-color: #FF2BB3; }
a { background-color: rgb(255,43,179); }
div.DivClassName
{
background-color: #FF2BB3;
}
.BgClassName
{
background-color: #FF2BB3;
}
</style>
border-color css
<style>
span { border-color: #FF2BB3; }
span { border-color: rgb(255,43,179); }
td.TdClassName
{
border-color: #FF2BB3;
}
.TagClassName
{
border-color: #FF2BB3;
}
</style>