Shades of Razzle Dazzle Rose #FF49E8
Tints of Razzle Dazzle Rose #FF49E8
RGB
CMYK
RGB Variations
Color information
#FF49E8 (or 0xFF49E8) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and E8. RGB value is (255,73,232). Sum of RGB (Red+Green+Blue) = 255+73+232=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 73 (28.91% from 255 or 13.04% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49E8 is #00B617. Grayscale: #919191. Windows color (decimal): -46616 or 15223295. OLE color: 15223295.
HSL color Cylindrical-coordinate representation of color #FF49E8: hue angle of 307.58º 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 #FF49E8 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 232 | - |
| CMYK | 0 | 0.71 | 0.09 | 0 |
| HSL | 307.58º | 1% | 0.64% | - |
| HSV(B) | 307.58º | 0.71% | 1% | - |
| XYZ | 58.19 | 31.85 | 79.43 | - |
| YUV | 145.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 232 | 0 | 0.71 | 0.09 | 0 | 307.58 | 1 | 0.64 |
| Hex | FF | 49 | E8 | 0 | 47 | 9 | 0 | 134 | 64 | 40 |
| Octal | 377 | 111 | 350 | 0 | 107 | 11 | 0 | 464 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11101000 | 0 | 1000111 | 1001 | 0 | 100110100 | 1100100 | 1000000 |
Color Harmonies of #FF49E8
Complementary color
Monochromatic Colors of #FF49E8
Black with #FF49E8
Text Example
Text Example
White with #FF49E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49E8; }
p { color: rgb(255,73,232); }
H1.HeaderClassName
{
color: #FF49E8;
}
.AnyTagClassName
{
color: #FF49E8;
}
</style>
background-color css
<style>
a { background-color: #FF49E8; }
a { background-color: rgb(255,73,232); }
div.DivClassName
{
background-color: #FF49E8;
}
.BgClassName
{
background-color: #FF49E8;
}
</style>
border-color css
<style>
span { border-color: #FF49E8; }
span { border-color: rgb(255,73,232); }
td.TdClassName
{
border-color: #FF49E8;
}
.TagClassName
{
border-color: #FF49E8;
}
</style>