Shades of Razzle Dazzle Rose #FF49BD
Tints of Razzle Dazzle Rose #FF49BD
RGB
CMYK
RGB Variations
Color information
#FF49BD (or 0xFF49BD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and BD. RGB value is (255,73,189). Sum of RGB (Red+Green+Blue) = 255+73+189=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49BD is #00B642. Grayscale: #8C8C8C. Windows color (decimal): -46659 or 12405247. OLE color: 12405247.
HSL color Cylindrical-coordinate representation of color #FF49BD: hue angle of 321.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF49BD is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 189 | - |
| CMYK | 0 | 0.71 | 0.26 | 0 |
| HSL | 321.76º | 1% | 0.64% | - |
| HSV(B) | 321.76º | 0.71% | 1% | - |
| XYZ | 52.81 | 29.7 | 51.09 | - |
| YUV | 140.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 189 | 0 | 0.71 | 0.26 | 0 | 321.76 | 1 | 0.64 |
| Hex | FF | 49 | BD | 0 | 47 | 1A | 0 | 142 | 64 | 40 |
| Octal | 377 | 111 | 275 | 0 | 107 | 32 | 0 | 502 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10111101 | 0 | 1000111 | 11010 | 0 | 101000010 | 1100100 | 1000000 |
Color Harmonies of #FF49BD
Complementary color
Monochromatic Colors of #FF49BD
Black with #FF49BD
Text Example
Text Example
White with #FF49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49BD; }
p { color: rgb(255,73,189); }
H1.HeaderClassName
{
color: #FF49BD;
}
.AnyTagClassName
{
color: #FF49BD;
}
</style>
background-color css
<style>
a { background-color: #FF49BD; }
a { background-color: rgb(255,73,189); }
div.DivClassName
{
background-color: #FF49BD;
}
.BgClassName
{
background-color: #FF49BD;
}
</style>
border-color css
<style>
span { border-color: #FF49BD; }
span { border-color: rgb(255,73,189); }
td.TdClassName
{
border-color: #FF49BD;
}
.TagClassName
{
border-color: #FF49BD;
}
</style>