Shades of Razzle Dazzle Rose #FF49CE
Tints of Razzle Dazzle Rose #FF49CE
RGB
CMYK
RGB Variations
Color information
#FF49CE (or 0xFF49CE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and CE. RGB value is (255,73,206). Sum of RGB (Red+Green+Blue) = 255+73+206=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49CE is #00B631. Grayscale: #8E8E8E. Windows color (decimal): -46642 or 13519359. OLE color: 13519359.
HSL color Cylindrical-coordinate representation of color #FF49CE: hue angle of 316.15º 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 #FF49CE is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 206 | - |
| CMYK | 0 | 0.71 | 0.19 | 0 |
| HSL | 316.15º | 1% | 0.64% | - |
| HSV(B) | 316.15º | 0.71% | 1% | - |
| XYZ | 54.76 | 30.48 | 61.39 | - |
| YUV | 142.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 206 | 0 | 0.71 | 0.19 | 0 | 316.15 | 1 | 0.64 |
| Hex | FF | 49 | CE | 0 | 47 | 13 | 0 | 13C | 64 | 40 |
| Octal | 377 | 111 | 316 | 0 | 107 | 23 | 0 | 474 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11001110 | 0 | 1000111 | 10011 | 0 | 100111100 | 1100100 | 1000000 |
Color Harmonies of #FF49CE
Complementary color
Monochromatic Colors of #FF49CE
Black with #FF49CE
Text Example
Text Example
White with #FF49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49CE; }
p { color: rgb(255,73,206); }
H1.HeaderClassName
{
color: #FF49CE;
}
.AnyTagClassName
{
color: #FF49CE;
}
</style>
background-color css
<style>
a { background-color: #FF49CE; }
a { background-color: rgb(255,73,206); }
div.DivClassName
{
background-color: #FF49CE;
}
.BgClassName
{
background-color: #FF49CE;
}
</style>
border-color css
<style>
span { border-color: #FF49CE; }
span { border-color: rgb(255,73,206); }
td.TdClassName
{
border-color: #FF49CE;
}
.TagClassName
{
border-color: #FF49CE;
}
</style>