Shades of Razzle Dazzle Rose #FE28E5
Tints of Razzle Dazzle Rose #FE28E5
RGB
CMYK
RGB Variations
Color information
#FE28E5 (or 0xFE28E5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and E5. RGB value is (254,40,229). Sum of RGB (Red+Green+Blue) = 254+40+229=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 40 (16.02% from 255 or 7.65% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28E5 is #01D71A. Grayscale: #7C7C7C. Windows color (decimal): -120603 or 15018238. OLE color: 15018238.
HSL color Cylindrical-coordinate representation of color #FE28E5: hue angle of 307.01º 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 #FE28E5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 229 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.00 |
| HSL | 307.01º | 0.99% | 0.58% | - |
| HSV(B) | 307.01º | 0.84% | 1% | - |
| XYZ | 55.77 | 28.25 | 76.64 | - |
| YUV | 125.53 | 186.4 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 229 | 0 | 0.84 | 0.10 | 0.00 | 307.01 | 0.99 | 0.58 |
| Hex | FE | 28 | E5 | 0 | 54 | A | 0 | 133 | 63 | 3A |
| Octal | 376 | 50 | 345 | 0 | 124 | 12 | 0 | 463 | 143 | 72 |
| Binary | 11111110 | 101000 | 11100101 | 0 | 1010100 | 1010 | 0 | 100110011 | 1100011 | 111010 |
Color Harmonies of #FE28E5
Complementary color
Monochromatic Colors of #FE28E5
Black with #FE28E5
Text Example
Text Example
White with #FE28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28E5; }
p { color: rgb(254,40,229); }
H1.HeaderClassName
{
color: #FE28E5;
}
.AnyTagClassName
{
color: #FE28E5;
}
</style>
background-color css
<style>
a { background-color: #FE28E5; }
a { background-color: rgb(254,40,229); }
div.DivClassName
{
background-color: #FE28E5;
}
.BgClassName
{
background-color: #FE28E5;
}
</style>
border-color css
<style>
span { border-color: #FE28E5; }
span { border-color: rgb(254,40,229); }
td.TdClassName
{
border-color: #FE28E5;
}
.TagClassName
{
border-color: #FE28E5;
}
</style>