Shades of Razzle Dazzle Rose #FE29C5
Tints of Razzle Dazzle Rose #FE29C5
RGB
CMYK
RGB Variations
Color information
#FE29C5 (or 0xFE29C5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and C5. RGB value is (254,41,197). Sum of RGB (Red+Green+Blue) = 254+41+197=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29C5 is #01D63A. Grayscale: #7A7A7A. Windows color (decimal): -120379 or 12921342. OLE color: 12921342.
HSL color Cylindrical-coordinate representation of color #FE29C5: hue angle of 316.06º 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 #FE29C5 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 197 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.00 |
| HSL | 316.06º | 0.99% | 0.58% | - |
| HSV(B) | 316.06º | 0.84% | 1% | - |
| XYZ | 51.74 | 26.69 | 55.25 | - |
| YUV | 122.47 | 170.07 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 197 | 0 | 0.84 | 0.22 | 0.00 | 316.06 | 0.99 | 0.58 |
| Hex | FE | 29 | C5 | 0 | 54 | 16 | 0 | 13C | 63 | 3A |
| Octal | 376 | 51 | 305 | 0 | 124 | 26 | 0 | 474 | 143 | 72 |
| Binary | 11111110 | 101001 | 11000101 | 0 | 1010100 | 10110 | 0 | 100111100 | 1100011 | 111010 |
Color Harmonies of #FE29C5
Complementary color
Monochromatic Colors of #FE29C5
Black with #FE29C5
Text Example
Text Example
White with #FE29C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29C5; }
p { color: rgb(254,41,197); }
H1.HeaderClassName
{
color: #FE29C5;
}
.AnyTagClassName
{
color: #FE29C5;
}
</style>
background-color css
<style>
a { background-color: #FE29C5; }
a { background-color: rgb(254,41,197); }
div.DivClassName
{
background-color: #FE29C5;
}
.BgClassName
{
background-color: #FE29C5;
}
</style>
border-color css
<style>
span { border-color: #FE29C5; }
span { border-color: rgb(254,41,197); }
td.TdClassName
{
border-color: #FE29C5;
}
.TagClassName
{
border-color: #FE29C5;
}
</style>