Shades of Razzle Dazzle Rose #FF49E3
Tints of Razzle Dazzle Rose #FF49E3
RGB
CMYK
RGB Variations
Color information
#FF49E3 (or 0xFF49E3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and E3. RGB value is (255,73,227). Sum of RGB (Red+Green+Blue) = 255+73+227=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49E3 is #00B61C. Grayscale: #909090. Windows color (decimal): -46621 or 14895615. OLE color: 14895615.
HSL color Cylindrical-coordinate representation of color #FF49E3: hue angle of 309.23º 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 #FF49E3 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 227 | - |
| CMYK | 0 | 0.71 | 0.11 | 0 |
| HSL | 309.23º | 1% | 0.64% | - |
| HSV(B) | 309.23º | 0.71% | 1% | - |
| XYZ | 57.49 | 31.57 | 75.74 | - |
| YUV | 144.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 227 | 0 | 0.71 | 0.11 | 0 | 309.23 | 1 | 0.64 |
| Hex | FF | 49 | E3 | 0 | 47 | B | 0 | 135 | 64 | 40 |
| Octal | 377 | 111 | 343 | 0 | 107 | 13 | 0 | 465 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11100011 | 0 | 1000111 | 1011 | 0 | 100110101 | 1100100 | 1000000 |
Color Harmonies of #FF49E3
Complementary color
Monochromatic Colors of #FF49E3
Black with #FF49E3
Text Example
Text Example
White with #FF49E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49E3; }
p { color: rgb(255,73,227); }
H1.HeaderClassName
{
color: #FF49E3;
}
.AnyTagClassName
{
color: #FF49E3;
}
</style>
background-color css
<style>
a { background-color: #FF49E3; }
a { background-color: rgb(255,73,227); }
div.DivClassName
{
background-color: #FF49E3;
}
.BgClassName
{
background-color: #FF49E3;
}
</style>
border-color css
<style>
span { border-color: #FF49E3; }
span { border-color: rgb(255,73,227); }
td.TdClassName
{
border-color: #FF49E3;
}
.TagClassName
{
border-color: #FF49E3;
}
</style>