Shades of Razzle Dazzle Rose #FE29E2
Tints of Razzle Dazzle Rose #FE29E2
RGB
CMYK
RGB Variations
Color information
#FE29E2 (or 0xFE29E2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and E2. RGB value is (254,41,226). Sum of RGB (Red+Green+Blue) = 254+41+226=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29E2 is #01D61D. Grayscale: #7D7D7D. Windows color (decimal): -120350 or 14821886. OLE color: 14821886.
HSL color Cylindrical-coordinate representation of color #FE29E2: hue angle of 307.89º 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 #FE29E2 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 226 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.00 |
| HSL | 307.89º | 0.99% | 0.58% | - |
| HSV(B) | 307.89º | 0.84% | 1% | - |
| XYZ | 55.39 | 28.15 | 74.47 | - |
| YUV | 125.78 | 184.57 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 226 | 0 | 0.84 | 0.11 | 0.00 | 307.89 | 0.99 | 0.58 |
| Hex | FE | 29 | E2 | 0 | 54 | B | 0 | 134 | 63 | 3A |
| Octal | 376 | 51 | 342 | 0 | 124 | 13 | 0 | 464 | 143 | 72 |
| Binary | 11111110 | 101001 | 11100010 | 0 | 1010100 | 1011 | 0 | 100110100 | 1100011 | 111010 |
Color Harmonies of #FE29E2
Complementary color
Monochromatic Colors of #FE29E2
Black with #FE29E2
Text Example
Text Example
White with #FE29E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29E2; }
p { color: rgb(254,41,226); }
H1.HeaderClassName
{
color: #FE29E2;
}
.AnyTagClassName
{
color: #FE29E2;
}
</style>
background-color css
<style>
a { background-color: #FE29E2; }
a { background-color: rgb(254,41,226); }
div.DivClassName
{
background-color: #FE29E2;
}
.BgClassName
{
background-color: #FE29E2;
}
</style>
border-color css
<style>
span { border-color: #FE29E2; }
span { border-color: rgb(254,41,226); }
td.TdClassName
{
border-color: #FE29E2;
}
.TagClassName
{
border-color: #FE29E2;
}
</style>