Shades of Razzle Dazzle Rose #FE29E5
Tints of Razzle Dazzle Rose #FE29E5
RGB
CMYK
RGB Variations
Color information
#FE29E5 (or 0xFE29E5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and E5. RGB value is (254,41,229). Sum of RGB (Red+Green+Blue) = 254+41+229=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 41 (16.41% from 255 or 7.82% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29E5 is #01D61A. Grayscale: #7D7D7D. Windows color (decimal): -120347 or 15018494. OLE color: 15018494.
HSL color Cylindrical-coordinate representation of color #FE29E5: hue angle of 307.04º 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 #FE29E5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 229 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.00 |
| HSL | 307.04º | 0.99% | 0.58% | - |
| HSV(B) | 307.04º | 0.84% | 1% | - |
| XYZ | 55.81 | 28.31 | 76.65 | - |
| YUV | 126.12 | 186.07 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 229 | 0 | 0.84 | 0.10 | 0.00 | 307.04 | 0.99 | 0.58 |
| Hex | FE | 29 | E5 | 0 | 54 | A | 0 | 133 | 63 | 3A |
| Octal | 376 | 51 | 345 | 0 | 124 | 12 | 0 | 463 | 143 | 72 |
| Binary | 11111110 | 101001 | 11100101 | 0 | 1010100 | 1010 | 0 | 100110011 | 1100011 | 111010 |
Color Harmonies of #FE29E5
Complementary color
Monochromatic Colors of #FE29E5
Black with #FE29E5
Text Example
Text Example
White with #FE29E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29E5; }
p { color: rgb(254,41,229); }
H1.HeaderClassName
{
color: #FE29E5;
}
.AnyTagClassName
{
color: #FE29E5;
}
</style>
background-color css
<style>
a { background-color: #FE29E5; }
a { background-color: rgb(254,41,229); }
div.DivClassName
{
background-color: #FE29E5;
}
.BgClassName
{
background-color: #FE29E5;
}
</style>
border-color css
<style>
span { border-color: #FE29E5; }
span { border-color: rgb(254,41,229); }
td.TdClassName
{
border-color: #FE29E5;
}
.TagClassName
{
border-color: #FE29E5;
}
</style>