Shades of Razzle Dazzle Rose #FE49D1
Tints of Razzle Dazzle Rose #FE49D1
RGB
CMYK
RGB Variations
Color information
#FE49D1 (or 0xFE49D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and D1. RGB value is (254,73,209). Sum of RGB (Red+Green+Blue) = 254+73+209=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49D1 is #01B62E. Grayscale: #8E8E8E. Windows color (decimal): -112175 or 13715966. OLE color: 13715966.
HSL color Cylindrical-coordinate representation of color #FE49D1: hue angle of 314.92º 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 #FE49D1 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 209 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.00 |
| HSL | 314.92º | 0.99% | 0.64% | - |
| HSV(B) | 314.92º | 0.71% | 1% | - |
| XYZ | 54.76 | 30.44 | 63.31 | - |
| YUV | 142.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 209 | 0 | 0.71 | 0.18 | 0.00 | 314.92 | 0.99 | 0.64 |
| Hex | FE | 49 | D1 | 0 | 47 | 12 | 0 | 13B | 63 | 40 |
| Octal | 376 | 111 | 321 | 0 | 107 | 22 | 0 | 473 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11010001 | 0 | 1000111 | 10010 | 0 | 100111011 | 1100011 | 1000000 |
Color Harmonies of #FE49D1
Complementary color
Monochromatic Colors of #FE49D1
Black with #FE49D1
Text Example
Text Example
White with #FE49D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49D1; }
p { color: rgb(254,73,209); }
H1.HeaderClassName
{
color: #FE49D1;
}
.AnyTagClassName
{
color: #FE49D1;
}
</style>
background-color css
<style>
a { background-color: #FE49D1; }
a { background-color: rgb(254,73,209); }
div.DivClassName
{
background-color: #FE49D1;
}
.BgClassName
{
background-color: #FE49D1;
}
</style>
border-color css
<style>
span { border-color: #FE49D1; }
span { border-color: rgb(254,73,209); }
td.TdClassName
{
border-color: #FE49D1;
}
.TagClassName
{
border-color: #FE49D1;
}
</style>