Shades of Razzle Dazzle Rose #FE29C4
Tints of Razzle Dazzle Rose #FE29C4
RGB
CMYK
RGB Variations
Color information
#FE29C4 (or 0xFE29C4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and C4. RGB value is (254,41,196). Sum of RGB (Red+Green+Blue) = 254+41+196=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29C4 is #01D63B. Grayscale: #797979. Windows color (decimal): -120380 or 12855806. OLE color: 12855806.
HSL color Cylindrical-coordinate representation of color #FE29C4: hue angle of 316.34º 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 #FE29C4 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 196 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.00 |
| HSL | 316.34º | 0.99% | 0.58% | - |
| HSV(B) | 316.34º | 0.84% | 1% | - |
| XYZ | 51.63 | 26.64 | 54.65 | - |
| YUV | 122.36 | 169.57 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 196 | 0 | 0.84 | 0.23 | 0.00 | 316.34 | 0.99 | 0.58 |
| Hex | FE | 29 | C4 | 0 | 54 | 17 | 0 | 13C | 63 | 3A |
| Octal | 376 | 51 | 304 | 0 | 124 | 27 | 0 | 474 | 143 | 72 |
| Binary | 11111110 | 101001 | 11000100 | 0 | 1010100 | 10111 | 0 | 100111100 | 1100011 | 111010 |
Color Harmonies of #FE29C4
Complementary color
Monochromatic Colors of #FE29C4
Black with #FE29C4
Text Example
Text Example
White with #FE29C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29C4; }
p { color: rgb(254,41,196); }
H1.HeaderClassName
{
color: #FE29C4;
}
.AnyTagClassName
{
color: #FE29C4;
}
</style>
background-color css
<style>
a { background-color: #FE29C4; }
a { background-color: rgb(254,41,196); }
div.DivClassName
{
background-color: #FE29C4;
}
.BgClassName
{
background-color: #FE29C4;
}
</style>
border-color css
<style>
span { border-color: #FE29C4; }
span { border-color: rgb(254,41,196); }
td.TdClassName
{
border-color: #FE29C4;
}
.TagClassName
{
border-color: #FE29C4;
}
</style>