Shades of Razzle Dazzle Rose #FE29D1
Tints of Razzle Dazzle Rose #FE29D1
RGB
CMYK
RGB Variations
Color information
#FE29D1 (or 0xFE29D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and D1. RGB value is (254,41,209). Sum of RGB (Red+Green+Blue) = 254+41+209=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29D1 is #01D62E. Grayscale: #7B7B7B. Windows color (decimal): -120367 or 13707774. OLE color: 13707774.
HSL color Cylindrical-coordinate representation of color #FE29D1: hue angle of 312.68º 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 #FE29D1 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 209 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.00 |
| HSL | 312.68º | 0.99% | 0.58% | - |
| HSV(B) | 312.68º | 0.84% | 1% | - |
| XYZ | 53.17 | 27.26 | 62.78 | - |
| YUV | 123.84 | 176.07 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 209 | 0 | 0.84 | 0.18 | 0.00 | 312.68 | 0.99 | 0.58 |
| Hex | FE | 29 | D1 | 0 | 54 | 12 | 0 | 139 | 63 | 3A |
| Octal | 376 | 51 | 321 | 0 | 124 | 22 | 0 | 471 | 143 | 72 |
| Binary | 11111110 | 101001 | 11010001 | 0 | 1010100 | 10010 | 0 | 100111001 | 1100011 | 111010 |
Color Harmonies of #FE29D1
Complementary color
Monochromatic Colors of #FE29D1
Black with #FE29D1
Text Example
Text Example
White with #FE29D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29D1; }
p { color: rgb(254,41,209); }
H1.HeaderClassName
{
color: #FE29D1;
}
.AnyTagClassName
{
color: #FE29D1;
}
</style>
background-color css
<style>
a { background-color: #FE29D1; }
a { background-color: rgb(254,41,209); }
div.DivClassName
{
background-color: #FE29D1;
}
.BgClassName
{
background-color: #FE29D1;
}
</style>
border-color css
<style>
span { border-color: #FE29D1; }
span { border-color: rgb(254,41,209); }
td.TdClassName
{
border-color: #FE29D1;
}
.TagClassName
{
border-color: #FE29D1;
}
</style>