Shades of Razzle Dazzle Rose #FF49C0
Tints of Razzle Dazzle Rose #FF49C0
RGB
CMYK
RGB Variations
Color information
#FF49C0 (or 0xFF49C0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and C0. RGB value is (255,73,192). Sum of RGB (Red+Green+Blue) = 255+73+192=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49C0 is #00B63F. Grayscale: #8C8C8C. Windows color (decimal): -46656 or 12601855. OLE color: 12601855.
HSL color Cylindrical-coordinate representation of color #FF49C0: hue angle of 320.77º 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 #FF49C0 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 192 | - |
| CMYK | 0 | 0.71 | 0.25 | 0 |
| HSL | 320.77º | 1% | 0.64% | - |
| HSV(B) | 320.77º | 0.71% | 1% | - |
| XYZ | 53.14 | 29.83 | 52.83 | - |
| YUV | 140.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 192 | 0 | 0.71 | 0.25 | 0 | 320.77 | 1 | 0.64 |
| Hex | FF | 49 | C0 | 0 | 47 | 19 | 0 | 141 | 64 | 40 |
| Octal | 377 | 111 | 300 | 0 | 107 | 31 | 0 | 501 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11000000 | 0 | 1000111 | 11001 | 0 | 101000001 | 1100100 | 1000000 |
Color Harmonies of #FF49C0
Complementary color
Monochromatic Colors of #FF49C0
Black with #FF49C0
Text Example
Text Example
White with #FF49C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49C0; }
p { color: rgb(255,73,192); }
H1.HeaderClassName
{
color: #FF49C0;
}
.AnyTagClassName
{
color: #FF49C0;
}
</style>
background-color css
<style>
a { background-color: #FF49C0; }
a { background-color: rgb(255,73,192); }
div.DivClassName
{
background-color: #FF49C0;
}
.BgClassName
{
background-color: #FF49C0;
}
</style>
border-color css
<style>
span { border-color: #FF49C0; }
span { border-color: rgb(255,73,192); }
td.TdClassName
{
border-color: #FF49C0;
}
.TagClassName
{
border-color: #FF49C0;
}
</style>