Shades of Razzle Dazzle Rose #FF49BE
Tints of Razzle Dazzle Rose #FF49BE
RGB
CMYK
RGB Variations
Color information
#FF49BE (or 0xFF49BE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and BE. RGB value is (255,73,190). Sum of RGB (Red+Green+Blue) = 255+73+190=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49BE is #00B641. Grayscale: #8C8C8C. Windows color (decimal): -46658 or 12470783. OLE color: 12470783.
HSL color Cylindrical-coordinate representation of color #FF49BE: hue angle of 321.43º 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 #FF49BE is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 190 | - |
| CMYK | 0 | 0.71 | 0.25 | 0 |
| HSL | 321.43º | 1% | 0.64% | - |
| HSV(B) | 321.43º | 0.71% | 1% | - |
| XYZ | 52.92 | 29.74 | 51.67 | - |
| YUV | 140.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 190 | 0 | 0.71 | 0.25 | 0 | 321.43 | 1 | 0.64 |
| Hex | FF | 49 | BE | 0 | 47 | 19 | 0 | 141 | 64 | 40 |
| Octal | 377 | 111 | 276 | 0 | 107 | 31 | 0 | 501 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10111110 | 0 | 1000111 | 11001 | 0 | 101000001 | 1100100 | 1000000 |
Color Harmonies of #FF49BE
Complementary color
Monochromatic Colors of #FF49BE
Black with #FF49BE
Text Example
Text Example
White with #FF49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49BE; }
p { color: rgb(255,73,190); }
H1.HeaderClassName
{
color: #FF49BE;
}
.AnyTagClassName
{
color: #FF49BE;
}
</style>
background-color css
<style>
a { background-color: #FF49BE; }
a { background-color: rgb(255,73,190); }
div.DivClassName
{
background-color: #FF49BE;
}
.BgClassName
{
background-color: #FF49BE;
}
</style>
border-color css
<style>
span { border-color: #FF49BE; }
span { border-color: rgb(255,73,190); }
td.TdClassName
{
border-color: #FF49BE;
}
.TagClassName
{
border-color: #FF49BE;
}
</style>