Shades of Razzle Dazzle Rose #FE49DB
Tints of Razzle Dazzle Rose #FE49DB
RGB
CMYK
RGB Variations
Color information
#FE49DB (or 0xFE49DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and DB. RGB value is (254,73,219). Sum of RGB (Red+Green+Blue) = 254+73+219=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49DB is #01B624. Grayscale: #8F8F8F. Windows color (decimal): -112165 or 14371326. OLE color: 14371326.
HSL color Cylindrical-coordinate representation of color #FE49DB: hue angle of 311.6º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE49DB is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 219 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.00 |
| HSL | 311.6º | 0.99% | 0.64% | - |
| HSV(B) | 311.6º | 0.71% | 1% | - |
| XYZ | 56.04 | 30.95 | 70.04 | - |
| YUV | 143.76 | 170.47 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 219 | 0 | 0.71 | 0.14 | 0.00 | 311.6 | 0.99 | 0.64 |
| Hex | FE | 49 | DB | 0 | 47 | E | 0 | 138 | 63 | 40 |
| Octal | 376 | 111 | 333 | 0 | 107 | 16 | 0 | 470 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11011011 | 0 | 1000111 | 1110 | 0 | 100111000 | 1100011 | 1000000 |
Color Harmonies of #FE49DB
Complementary color
Monochromatic Colors of #FE49DB
Black with #FE49DB
Text Example
Text Example
White with #FE49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49DB; }
p { color: rgb(254,73,219); }
H1.HeaderClassName
{
color: #FE49DB;
}
.AnyTagClassName
{
color: #FE49DB;
}
</style>
background-color css
<style>
a { background-color: #FE49DB; }
a { background-color: rgb(254,73,219); }
div.DivClassName
{
background-color: #FE49DB;
}
.BgClassName
{
background-color: #FE49DB;
}
</style>
border-color css
<style>
span { border-color: #FE49DB; }
span { border-color: rgb(254,73,219); }
td.TdClassName
{
border-color: #FE49DB;
}
.TagClassName
{
border-color: #FE49DB;
}
</style>