Shades of Razzle Dazzle Rose #FE28D9
Tints of Razzle Dazzle Rose #FE28D9
RGB
CMYK
RGB Variations
Color information
#FE28D9 (or 0xFE28D9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and D9. RGB value is (254,40,217). Sum of RGB (Red+Green+Blue) = 254+40+217=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28D9 is #01D726. Grayscale: #7B7B7B. Windows color (decimal): -120615 or 14231806. OLE color: 14231806.
HSL color Cylindrical-coordinate representation of color #FE28D9: hue angle of 310.37º 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 #FE28D9 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 217 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.00 |
| HSL | 310.37º | 0.99% | 0.58% | - |
| HSV(B) | 310.37º | 0.84% | 1% | - |
| XYZ | 54.16 | 27.6 | 68.12 | - |
| YUV | 124.16 | 180.4 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 217 | 0 | 0.84 | 0.15 | 0.00 | 310.37 | 0.99 | 0.58 |
| Hex | FE | 28 | D9 | 0 | 54 | F | 0 | 136 | 63 | 3A |
| Octal | 376 | 50 | 331 | 0 | 124 | 17 | 0 | 466 | 143 | 72 |
| Binary | 11111110 | 101000 | 11011001 | 0 | 1010100 | 1111 | 0 | 100110110 | 1100011 | 111010 |
Color Harmonies of #FE28D9
Complementary color
Monochromatic Colors of #FE28D9
Black with #FE28D9
Text Example
Text Example
White with #FE28D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28D9; }
p { color: rgb(254,40,217); }
H1.HeaderClassName
{
color: #FE28D9;
}
.AnyTagClassName
{
color: #FE28D9;
}
</style>
background-color css
<style>
a { background-color: #FE28D9; }
a { background-color: rgb(254,40,217); }
div.DivClassName
{
background-color: #FE28D9;
}
.BgClassName
{
background-color: #FE28D9;
}
</style>
border-color css
<style>
span { border-color: #FE28D9; }
span { border-color: rgb(254,40,217); }
td.TdClassName
{
border-color: #FE28D9;
}
.TagClassName
{
border-color: #FE28D9;
}
</style>