Shades of Razzle Dazzle Rose #FE28DE
Tints of Razzle Dazzle Rose #FE28DE
RGB
CMYK
RGB Variations
Color information
#FE28DE (or 0xFE28DE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and DE. RGB value is (254,40,222). Sum of RGB (Red+Green+Blue) = 254+40+222=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 40 (16.02% from 255 or 7.75% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28DE is #01D721. Grayscale: #7C7C7C. Windows color (decimal): -120610 or 14559486. OLE color: 14559486.
HSL color Cylindrical-coordinate representation of color #FE28DE: hue angle of 308.97º 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 #FE28DE is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 222 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.00 |
| HSL | 308.97º | 0.99% | 0.58% | - |
| HSV(B) | 308.97º | 0.84% | 1% | - |
| XYZ | 54.82 | 27.86 | 71.6 | - |
| YUV | 124.73 | 182.9 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 222 | 0 | 0.84 | 0.13 | 0.00 | 308.97 | 0.99 | 0.58 |
| Hex | FE | 28 | DE | 0 | 54 | D | 0 | 135 | 63 | 3A |
| Octal | 376 | 50 | 336 | 0 | 124 | 15 | 0 | 465 | 143 | 72 |
| Binary | 11111110 | 101000 | 11011110 | 0 | 1010100 | 1101 | 0 | 100110101 | 1100011 | 111010 |
Color Harmonies of #FE28DE
Complementary color
Monochromatic Colors of #FE28DE
Black with #FE28DE
Text Example
Text Example
White with #FE28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28DE; }
p { color: rgb(254,40,222); }
H1.HeaderClassName
{
color: #FE28DE;
}
.AnyTagClassName
{
color: #FE28DE;
}
</style>
background-color css
<style>
a { background-color: #FE28DE; }
a { background-color: rgb(254,40,222); }
div.DivClassName
{
background-color: #FE28DE;
}
.BgClassName
{
background-color: #FE28DE;
}
</style>
border-color css
<style>
span { border-color: #FE28DE; }
span { border-color: rgb(254,40,222); }
td.TdClassName
{
border-color: #FE28DE;
}
.TagClassName
{
border-color: #FE28DE;
}
</style>