Shades of Razzle Dazzle Rose #FF49C6
Tints of Razzle Dazzle Rose #FF49C6
RGB
CMYK
RGB Variations
Color information
#FF49C6 (or 0xFF49C6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and C6. RGB value is (255,73,198). Sum of RGB (Red+Green+Blue) = 255+73+198=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49C6 is #00B639. Grayscale: #8D8D8D. Windows color (decimal): -46650 or 12995071. OLE color: 12995071.
HSL color Cylindrical-coordinate representation of color #FF49C6: hue angle of 318.79º 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 #FF49C6 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 198 | - |
| CMYK | 0 | 0.71 | 0.22 | 0 |
| HSL | 318.79º | 1% | 0.64% | - |
| HSV(B) | 318.79º | 0.71% | 1% | - |
| XYZ | 53.82 | 30.1 | 56.4 | - |
| YUV | 141.67 | 159.8 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 198 | 0 | 0.71 | 0.22 | 0 | 318.79 | 1 | 0.64 |
| Hex | FF | 49 | C6 | 0 | 47 | 16 | 0 | 13F | 64 | 40 |
| Octal | 377 | 111 | 306 | 0 | 107 | 26 | 0 | 477 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11000110 | 0 | 1000111 | 10110 | 0 | 100111111 | 1100100 | 1000000 |
Color Harmonies of #FF49C6
Complementary color
Monochromatic Colors of #FF49C6
Black with #FF49C6
Text Example
Text Example
White with #FF49C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49C6; }
p { color: rgb(255,73,198); }
H1.HeaderClassName
{
color: #FF49C6;
}
.AnyTagClassName
{
color: #FF49C6;
}
</style>
background-color css
<style>
a { background-color: #FF49C6; }
a { background-color: rgb(255,73,198); }
div.DivClassName
{
background-color: #FF49C6;
}
.BgClassName
{
background-color: #FF49C6;
}
</style>
border-color css
<style>
span { border-color: #FF49C6; }
span { border-color: rgb(255,73,198); }
td.TdClassName
{
border-color: #FF49C6;
}
.TagClassName
{
border-color: #FF49C6;
}
</style>