Shades of Razzle Dazzle Rose #FE49BD
Tints of Razzle Dazzle Rose #FE49BD
RGB
CMYK
RGB Variations
Color information
#FE49BD (or 0xFE49BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and BD. RGB value is (254,73,189). Sum of RGB (Red+Green+Blue) = 254+73+189=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49BD is #01B642. Grayscale: #8C8C8C. Windows color (decimal): -112195 or 12405246. OLE color: 12405246.
HSL color Cylindrical-coordinate representation of color #FE49BD: hue angle of 321.55º 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 #FE49BD is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 189 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.00 |
| HSL | 321.55º | 0.99% | 0.64% | - |
| HSV(B) | 321.55º | 0.71% | 1% | - |
| XYZ | 52.44 | 29.51 | 51.08 | - |
| YUV | 140.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 189 | 0 | 0.71 | 0.26 | 0.00 | 321.55 | 0.99 | 0.64 |
| Hex | FE | 49 | BD | 0 | 47 | 1A | 0 | 142 | 63 | 40 |
| Octal | 376 | 111 | 275 | 0 | 107 | 32 | 0 | 502 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10111101 | 0 | 1000111 | 11010 | 0 | 101000010 | 1100011 | 1000000 |
Color Harmonies of #FE49BD
Complementary color
Monochromatic Colors of #FE49BD
Black with #FE49BD
Text Example
Text Example
White with #FE49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49BD; }
p { color: rgb(254,73,189); }
H1.HeaderClassName
{
color: #FE49BD;
}
.AnyTagClassName
{
color: #FE49BD;
}
</style>
background-color css
<style>
a { background-color: #FE49BD; }
a { background-color: rgb(254,73,189); }
div.DivClassName
{
background-color: #FE49BD;
}
.BgClassName
{
background-color: #FE49BD;
}
</style>
border-color css
<style>
span { border-color: #FE49BD; }
span { border-color: rgb(254,73,189); }
td.TdClassName
{
border-color: #FE49BD;
}
.TagClassName
{
border-color: #FE49BD;
}
</style>