Shades of Spicy Pink #FF29B3
Tints of Spicy Pink #FF29B3
RGB
CMYK
RGB Variations
Color information
#FF29B3 (or 0xFF29B3) is known color: Spicy Pink. HEX triplet: FF, 29 and B3. RGB value is (255,41,179). Sum of RGB (Red+Green+Blue) = 255+41+179=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29B3 is #00D64C. Grayscale: #787878. Windows color (decimal): -54861 or 11741695. OLE color: 11741695.
HSL color Cylindrical-coordinate representation of color #FF29B3: hue angle of 321.31º 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 #FF29B3 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 179 | - |
| CMYK | 0 | 0.84 | 0.30 | 0 |
| HSL | 321.31º | 1% | 0.58% | - |
| HSV(B) | 321.31º | 0.84% | 1% | - |
| XYZ | 50.17 | 26.1 | 45.04 | - |
| YUV | 120.72 | 160.9 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 179 | 0 | 0.84 | 0.30 | 0 | 321.31 | 1 | 0.58 |
| Hex | FF | 29 | B3 | 0 | 54 | 1E | 0 | 141 | 64 | 3A |
| Octal | 377 | 51 | 263 | 0 | 124 | 36 | 0 | 501 | 144 | 72 |
| Binary | 11111111 | 101001 | 10110011 | 0 | 1010100 | 11110 | 0 | 101000001 | 1100100 | 111010 |
Color Harmonies of #FF29B3
Complementary color
Monochromatic Colors of #FF29B3
Black with #FF29B3
Text Example
Text Example
White with #FF29B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29B3; }
p { color: rgb(255,41,179); }
H1.HeaderClassName
{
color: #FF29B3;
}
.AnyTagClassName
{
color: #FF29B3;
}
</style>
background-color css
<style>
a { background-color: #FF29B3; }
a { background-color: rgb(255,41,179); }
div.DivClassName
{
background-color: #FF29B3;
}
.BgClassName
{
background-color: #FF29B3;
}
</style>
border-color css
<style>
span { border-color: #FF29B3; }
span { border-color: rgb(255,41,179); }
td.TdClassName
{
border-color: #FF29B3;
}
.TagClassName
{
border-color: #FF29B3;
}
</style>