Shades of Razzle Dazzle Rose #FF49C1
Tints of Razzle Dazzle Rose #FF49C1
RGB
CMYK
RGB Variations
Color information
#FF49C1 (or 0xFF49C1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and C1. RGB value is (255,73,193). Sum of RGB (Red+Green+Blue) = 255+73+193=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49C1 is #00B63E. Grayscale: #8C8C8C. Windows color (decimal): -46655 or 12667391. OLE color: 12667391.
HSL color Cylindrical-coordinate representation of color #FF49C1: hue angle of 320.44º 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 #FF49C1 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 193 | - |
| CMYK | 0 | 0.71 | 0.24 | 0 |
| HSL | 320.44º | 1% | 0.64% | - |
| HSV(B) | 320.44º | 0.71% | 1% | - |
| XYZ | 53.25 | 29.88 | 53.41 | - |
| YUV | 141.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 193 | 0 | 0.71 | 0.24 | 0 | 320.44 | 1 | 0.64 |
| Hex | FF | 49 | C1 | 0 | 47 | 18 | 0 | 140 | 64 | 40 |
| Octal | 377 | 111 | 301 | 0 | 107 | 30 | 0 | 500 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11000001 | 0 | 1000111 | 11000 | 0 | 101000000 | 1100100 | 1000000 |
Color Harmonies of #FF49C1
Complementary color
Monochromatic Colors of #FF49C1
Black with #FF49C1
Text Example
Text Example
White with #FF49C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49C1; }
p { color: rgb(255,73,193); }
H1.HeaderClassName
{
color: #FF49C1;
}
.AnyTagClassName
{
color: #FF49C1;
}
</style>
background-color css
<style>
a { background-color: #FF49C1; }
a { background-color: rgb(255,73,193); }
div.DivClassName
{
background-color: #FF49C1;
}
.BgClassName
{
background-color: #FF49C1;
}
</style>
border-color css
<style>
span { border-color: #FF49C1; }
span { border-color: rgb(255,73,193); }
td.TdClassName
{
border-color: #FF49C1;
}
.TagClassName
{
border-color: #FF49C1;
}
</style>