Shades of Spicy Pink #FF29B9
Tints of Spicy Pink #FF29B9
RGB
CMYK
RGB Variations
Color information
#FF29B9 (or 0xFF29B9) is known color: Spicy Pink. HEX triplet: FF, 29 and B9. RGB value is (255,41,185). Sum of RGB (Red+Green+Blue) = 255+41+185=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29B9 is #00D646. Grayscale: #797979. Windows color (decimal): -54855 or 12134911. OLE color: 12134911.
HSL color Cylindrical-coordinate representation of color #FF29B9: hue angle of 319.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29B9 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 185 | - |
| CMYK | 0 | 0.84 | 0.27 | 0 |
| HSL | 319.63º | 1% | 0.58% | - |
| HSV(B) | 319.63º | 0.84% | 1% | - |
| XYZ | 50.79 | 26.35 | 48.31 | - |
| YUV | 121.4 | 163.9 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 185 | 0 | 0.84 | 0.27 | 0 | 319.63 | 1 | 0.58 |
| Hex | FF | 29 | B9 | 0 | 54 | 1B | 0 | 140 | 64 | 3A |
| Octal | 377 | 51 | 271 | 0 | 124 | 33 | 0 | 500 | 144 | 72 |
| Binary | 11111111 | 101001 | 10111001 | 0 | 1010100 | 11011 | 0 | 101000000 | 1100100 | 111010 |
Color Harmonies of #FF29B9
Complementary color
Monochromatic Colors of #FF29B9
Black with #FF29B9
Text Example
Text Example
White with #FF29B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29B9; }
p { color: rgb(255,41,185); }
H1.HeaderClassName
{
color: #FF29B9;
}
.AnyTagClassName
{
color: #FF29B9;
}
</style>
background-color css
<style>
a { background-color: #FF29B9; }
a { background-color: rgb(255,41,185); }
div.DivClassName
{
background-color: #FF29B9;
}
.BgClassName
{
background-color: #FF29B9;
}
</style>
border-color css
<style>
span { border-color: #FF29B9; }
span { border-color: rgb(255,41,185); }
td.TdClassName
{
border-color: #FF29B9;
}
.TagClassName
{
border-color: #FF29B9;
}
</style>