Shades of Razzle Dazzle Rose #FF29BD
Tints of Razzle Dazzle Rose #FF29BD
RGB
CMYK
RGB Variations
Color information
#FF29BD (or 0xFF29BD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and BD. RGB value is (255,41,189). Sum of RGB (Red+Green+Blue) = 255+41+189=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29BD is #00D642. Grayscale: #797979. Windows color (decimal): -54851 or 12397055. OLE color: 12397055.
HSL color Cylindrical-coordinate representation of color #FF29BD: hue angle of 318.5º 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 #FF29BD is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 189 | - |
| CMYK | 0 | 0.84 | 0.26 | 0 |
| HSL | 318.5º | 1% | 0.58% | - |
| HSV(B) | 318.5º | 0.84% | 1% | - |
| XYZ | 51.22 | 26.52 | 50.56 | - |
| YUV | 121.86 | 165.9 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 189 | 0 | 0.84 | 0.26 | 0 | 318.5 | 1 | 0.58 |
| Hex | FF | 29 | BD | 0 | 54 | 1A | 0 | 13F | 64 | 3A |
| Octal | 377 | 51 | 275 | 0 | 124 | 32 | 0 | 477 | 144 | 72 |
| Binary | 11111111 | 101001 | 10111101 | 0 | 1010100 | 11010 | 0 | 100111111 | 1100100 | 111010 |
Color Harmonies of #FF29BD
Complementary color
Monochromatic Colors of #FF29BD
Black with #FF29BD
Text Example
Text Example
White with #FF29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29BD; }
p { color: rgb(255,41,189); }
H1.HeaderClassName
{
color: #FF29BD;
}
.AnyTagClassName
{
color: #FF29BD;
}
</style>
background-color css
<style>
a { background-color: #FF29BD; }
a { background-color: rgb(255,41,189); }
div.DivClassName
{
background-color: #FF29BD;
}
.BgClassName
{
background-color: #FF29BD;
}
</style>
border-color css
<style>
span { border-color: #FF29BD; }
span { border-color: rgb(255,41,189); }
td.TdClassName
{
border-color: #FF29BD;
}
.TagClassName
{
border-color: #FF29BD;
}
</style>