Shades of Razzle Dazzle Rose #FE28D1
Tints of Razzle Dazzle Rose #FE28D1
RGB
CMYK
RGB Variations
Color information
#FE28D1 (or 0xFE28D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and D1. RGB value is (254,40,209). Sum of RGB (Red+Green+Blue) = 254+40+209=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28D1 is #01D72E. Grayscale: #7A7A7A. Windows color (decimal): -120623 or 13707518. OLE color: 13707518.
HSL color Cylindrical-coordinate representation of color #FE28D1: hue angle of 312.62º 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 #FE28D1 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 209 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.00 |
| HSL | 312.62º | 0.99% | 0.58% | - |
| HSV(B) | 312.62º | 0.84% | 1% | - |
| XYZ | 53.14 | 27.19 | 62.77 | - |
| YUV | 123.25 | 176.4 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 209 | 0 | 0.84 | 0.18 | 0.00 | 312.62 | 0.99 | 0.58 |
| Hex | FE | 28 | D1 | 0 | 54 | 12 | 0 | 139 | 63 | 3A |
| Octal | 376 | 50 | 321 | 0 | 124 | 22 | 0 | 471 | 143 | 72 |
| Binary | 11111110 | 101000 | 11010001 | 0 | 1010100 | 10010 | 0 | 100111001 | 1100011 | 111010 |
Color Harmonies of #FE28D1
Complementary color
Monochromatic Colors of #FE28D1
Black with #FE28D1
Text Example
Text Example
White with #FE28D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28D1; }
p { color: rgb(254,40,209); }
H1.HeaderClassName
{
color: #FE28D1;
}
.AnyTagClassName
{
color: #FE28D1;
}
</style>
background-color css
<style>
a { background-color: #FE28D1; }
a { background-color: rgb(254,40,209); }
div.DivClassName
{
background-color: #FE28D1;
}
.BgClassName
{
background-color: #FE28D1;
}
</style>
border-color css
<style>
span { border-color: #FE28D1; }
span { border-color: rgb(254,40,209); }
td.TdClassName
{
border-color: #FE28D1;
}
.TagClassName
{
border-color: #FE28D1;
}
</style>