Shades of Spicy Pink #FF2BB4
Tints of Spicy Pink #FF2BB4
RGB
CMYK
RGB Variations
Color information
#FF2BB4 (or 0xFF2BB4) is known color: Spicy Pink. HEX triplet: FF, 2B and B4. RGB value is (255,43,180). Sum of RGB (Red+Green+Blue) = 255+43+180=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2BB4 is #00D44B. Grayscale: #797979. Windows color (decimal): -54348 or 11807743. OLE color: 11807743.
HSL color Cylindrical-coordinate representation of color #FF2BB4: hue angle of 321.23º 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 #FF2BB4 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 180 | - |
| CMYK | 0 | 0.83 | 0.29 | 0 |
| HSL | 321.23º | 1% | 0.58% | - |
| HSV(B) | 321.23º | 0.83% | 1% | - |
| XYZ | 50.34 | 26.28 | 45.6 | - |
| YUV | 122.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 180 | 0 | 0.83 | 0.29 | 0 | 321.23 | 1 | 0.58 |
| Hex | FF | 2B | B4 | 0 | 53 | 1D | 0 | 141 | 64 | 3A |
| Octal | 377 | 53 | 264 | 0 | 123 | 35 | 0 | 501 | 144 | 72 |
| Binary | 11111111 | 101011 | 10110100 | 0 | 1010011 | 11101 | 0 | 101000001 | 1100100 | 111010 |
Color Harmonies of #FF2BB4
Complementary color
Monochromatic Colors of #FF2BB4
Black with #FF2BB4
Text Example
Text Example
White with #FF2BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BB4; }
p { color: rgb(255,43,180); }
H1.HeaderClassName
{
color: #FF2BB4;
}
.AnyTagClassName
{
color: #FF2BB4;
}
</style>
background-color css
<style>
a { background-color: #FF2BB4; }
a { background-color: rgb(255,43,180); }
div.DivClassName
{
background-color: #FF2BB4;
}
.BgClassName
{
background-color: #FF2BB4;
}
</style>
border-color css
<style>
span { border-color: #FF2BB4; }
span { border-color: rgb(255,43,180); }
td.TdClassName
{
border-color: #FF2BB4;
}
.TagClassName
{
border-color: #FF2BB4;
}
</style>