Shades of Spicy Pink #FF29BC
Tints of Spicy Pink #FF29BC
RGB
CMYK
RGB Variations
Color information
#FF29BC (or 0xFF29BC) is known color: Spicy Pink. HEX triplet: FF, 29 and BC. RGB value is (255,41,188). Sum of RGB (Red+Green+Blue) = 255+41+188=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29BC is #00D643. Grayscale: #797979. Windows color (decimal): -54852 or 12331519. OLE color: 12331519.
HSL color Cylindrical-coordinate representation of color #FF29BC: hue angle of 318.79º 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 #FF29BC is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 188 | - |
| CMYK | 0 | 0.84 | 0.26 | 0 |
| HSL | 318.79º | 1% | 0.58% | - |
| HSV(B) | 318.79º | 0.84% | 1% | - |
| XYZ | 51.11 | 26.48 | 49.99 | - |
| YUV | 121.74 | 165.4 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 188 | 0 | 0.84 | 0.26 | 0 | 318.79 | 1 | 0.58 |
| Hex | FF | 29 | BC | 0 | 54 | 1A | 0 | 13F | 64 | 3A |
| Octal | 377 | 51 | 274 | 0 | 124 | 32 | 0 | 477 | 144 | 72 |
| Binary | 11111111 | 101001 | 10111100 | 0 | 1010100 | 11010 | 0 | 100111111 | 1100100 | 111010 |
Color Harmonies of #FF29BC
Complementary color
Monochromatic Colors of #FF29BC
Black with #FF29BC
Text Example
Text Example
White with #FF29BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29BC; }
p { color: rgb(255,41,188); }
H1.HeaderClassName
{
color: #FF29BC;
}
.AnyTagClassName
{
color: #FF29BC;
}
</style>
background-color css
<style>
a { background-color: #FF29BC; }
a { background-color: rgb(255,41,188); }
div.DivClassName
{
background-color: #FF29BC;
}
.BgClassName
{
background-color: #FF29BC;
}
</style>
border-color css
<style>
span { border-color: #FF29BC; }
span { border-color: rgb(255,41,188); }
td.TdClassName
{
border-color: #FF29BC;
}
.TagClassName
{
border-color: #FF29BC;
}
</style>