Shades of Spicy Pink #FF29B5
Tints of Spicy Pink #FF29B5
RGB
CMYK
RGB Variations
Color information
#FF29B5 (or 0xFF29B5) is known color: Spicy Pink. HEX triplet: FF, 29 and B5. RGB value is (255,41,181). Sum of RGB (Red+Green+Blue) = 255+41+181=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29B5 is #00D64A. Grayscale: #787878. Windows color (decimal): -54859 or 11872767. OLE color: 11872767.
HSL color Cylindrical-coordinate representation of color #FF29B5: hue angle of 320.75º 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 #FF29B5 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 181 | - |
| CMYK | 0 | 0.84 | 0.29 | 0 |
| HSL | 320.75º | 1% | 0.58% | - |
| HSV(B) | 320.75º | 0.84% | 1% | - |
| XYZ | 50.37 | 26.18 | 46.11 | - |
| YUV | 120.95 | 161.9 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 181 | 0 | 0.84 | 0.29 | 0 | 320.75 | 1 | 0.58 |
| Hex | FF | 29 | B5 | 0 | 54 | 1D | 0 | 141 | 64 | 3A |
| Octal | 377 | 51 | 265 | 0 | 124 | 35 | 0 | 501 | 144 | 72 |
| Binary | 11111111 | 101001 | 10110101 | 0 | 1010100 | 11101 | 0 | 101000001 | 1100100 | 111010 |
Color Harmonies of #FF29B5
Complementary color
Monochromatic Colors of #FF29B5
Black with #FF29B5
Text Example
Text Example
White with #FF29B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29B5; }
p { color: rgb(255,41,181); }
H1.HeaderClassName
{
color: #FF29B5;
}
.AnyTagClassName
{
color: #FF29B5;
}
</style>
background-color css
<style>
a { background-color: #FF29B5; }
a { background-color: rgb(255,41,181); }
div.DivClassName
{
background-color: #FF29B5;
}
.BgClassName
{
background-color: #FF29B5;
}
</style>
border-color css
<style>
span { border-color: #FF29B5; }
span { border-color: rgb(255,41,181); }
td.TdClassName
{
border-color: #FF29B5;
}
.TagClassName
{
border-color: #FF29B5;
}
</style>