Shades of Razzle Dazzle Rose #FE29BD
Tints of Razzle Dazzle Rose #FE29BD
RGB
CMYK
RGB Variations
Color information
#FE29BD (or 0xFE29BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and BD. RGB value is (254,41,189). Sum of RGB (Red+Green+Blue) = 254+41+189=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29BD is #01D642. Grayscale: #797979. Windows color (decimal): -120387 or 12397054. OLE color: 12397054.
HSL color Cylindrical-coordinate representation of color #FE29BD: hue angle of 318.31º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE29BD is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 189 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.00 |
| HSL | 318.31º | 0.99% | 0.58% | - |
| HSV(B) | 318.31º | 0.84% | 1% | - |
| XYZ | 50.85 | 26.33 | 50.55 | - |
| YUV | 121.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 189 | 0 | 0.84 | 0.26 | 0.00 | 318.31 | 0.99 | 0.58 |
| Hex | FE | 29 | BD | 0 | 54 | 1A | 0 | 13E | 63 | 3A |
| Octal | 376 | 51 | 275 | 0 | 124 | 32 | 0 | 476 | 143 | 72 |
| Binary | 11111110 | 101001 | 10111101 | 0 | 1010100 | 11010 | 0 | 100111110 | 1100011 | 111010 |
Color Harmonies of #FE29BD
Complementary color
Monochromatic Colors of #FE29BD
Black with #FE29BD
Text Example
Text Example
White with #FE29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29BD; }
p { color: rgb(254,41,189); }
H1.HeaderClassName
{
color: #FE29BD;
}
.AnyTagClassName
{
color: #FE29BD;
}
</style>
background-color css
<style>
a { background-color: #FE29BD; }
a { background-color: rgb(254,41,189); }
div.DivClassName
{
background-color: #FE29BD;
}
.BgClassName
{
background-color: #FE29BD;
}
</style>
border-color css
<style>
span { border-color: #FE29BD; }
span { border-color: rgb(254,41,189); }
td.TdClassName
{
border-color: #FE29BD;
}
.TagClassName
{
border-color: #FE29BD;
}
</style>