Shades of Razzle Dazzle Rose #FE49DA
Tints of Razzle Dazzle Rose #FE49DA
RGB
CMYK
RGB Variations
Color information
#FE49DA (or 0xFE49DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and DA. RGB value is (254,73,218). Sum of RGB (Red+Green+Blue) = 254+73+218=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49DA is #01B625. Grayscale: #8F8F8F. Windows color (decimal): -112166 or 14305790. OLE color: 14305790.
HSL color Cylindrical-coordinate representation of color #FE49DA: hue angle of 311.93º 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 #FE49DA is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 218 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.00 |
| HSL | 311.93º | 0.99% | 0.64% | - |
| HSV(B) | 311.93º | 0.71% | 1% | - |
| XYZ | 55.91 | 30.9 | 69.35 | - |
| YUV | 143.65 | 169.97 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 218 | 0 | 0.71 | 0.14 | 0.00 | 311.93 | 0.99 | 0.64 |
| Hex | FE | 49 | DA | 0 | 47 | E | 0 | 138 | 63 | 40 |
| Octal | 376 | 111 | 332 | 0 | 107 | 16 | 0 | 470 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11011010 | 0 | 1000111 | 1110 | 0 | 100111000 | 1100011 | 1000000 |
Color Harmonies of #FE49DA
Complementary color
Monochromatic Colors of #FE49DA
Black with #FE49DA
Text Example
Text Example
White with #FE49DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49DA; }
p { color: rgb(254,73,218); }
H1.HeaderClassName
{
color: #FE49DA;
}
.AnyTagClassName
{
color: #FE49DA;
}
</style>
background-color css
<style>
a { background-color: #FE49DA; }
a { background-color: rgb(254,73,218); }
div.DivClassName
{
background-color: #FE49DA;
}
.BgClassName
{
background-color: #FE49DA;
}
</style>
border-color css
<style>
span { border-color: #FE49DA; }
span { border-color: rgb(254,73,218); }
td.TdClassName
{
border-color: #FE49DA;
}
.TagClassName
{
border-color: #FE49DA;
}
</style>