Shades of Razzle Dazzle Rose #FE28D5
Tints of Razzle Dazzle Rose #FE28D5
RGB
CMYK
RGB Variations
Color information
#FE28D5 (or 0xFE28D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and D5. RGB value is (254,40,213). Sum of RGB (Red+Green+Blue) = 254+40+213=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28D5 is #01D72A. Grayscale: #7B7B7B. Windows color (decimal): -120619 or 13969662. OLE color: 13969662.
HSL color Cylindrical-coordinate representation of color #FE28D5: hue angle of 311.5º 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 #FE28D5 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 213 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.00 |
| HSL | 311.5º | 0.99% | 0.58% | - |
| HSV(B) | 311.5º | 0.84% | 1% | - |
| XYZ | 53.64 | 27.39 | 65.41 | - |
| YUV | 123.71 | 178.4 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 213 | 0 | 0.84 | 0.16 | 0.00 | 311.5 | 0.99 | 0.58 |
| Hex | FE | 28 | D5 | 0 | 54 | 10 | 0 | 137 | 63 | 3A |
| Octal | 376 | 50 | 325 | 0 | 124 | 20 | 0 | 467 | 143 | 72 |
| Binary | 11111110 | 101000 | 11010101 | 0 | 1010100 | 10000 | 0 | 100110111 | 1100011 | 111010 |
Color Harmonies of #FE28D5
Complementary color
Monochromatic Colors of #FE28D5
Black with #FE28D5
Text Example
Text Example
White with #FE28D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28D5; }
p { color: rgb(254,40,213); }
H1.HeaderClassName
{
color: #FE28D5;
}
.AnyTagClassName
{
color: #FE28D5;
}
</style>
background-color css
<style>
a { background-color: #FE28D5; }
a { background-color: rgb(254,40,213); }
div.DivClassName
{
background-color: #FE28D5;
}
.BgClassName
{
background-color: #FE28D5;
}
</style>
border-color css
<style>
span { border-color: #FE28D5; }
span { border-color: rgb(254,40,213); }
td.TdClassName
{
border-color: #FE28D5;
}
.TagClassName
{
border-color: #FE28D5;
}
</style>