Shades of Razzle Dazzle Rose #FF49C3
Tints of Razzle Dazzle Rose #FF49C3
RGB
CMYK
RGB Variations
Color information
#FF49C3 (or 0xFF49C3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and C3. RGB value is (255,73,195). Sum of RGB (Red+Green+Blue) = 255+73+195=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49C3 is #00B63C. Grayscale: #8D8D8D. Windows color (decimal): -46653 or 12798463. OLE color: 12798463.
HSL color Cylindrical-coordinate representation of color #FF49C3: hue angle of 319.78º 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 #FF49C3 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 195 | - |
| CMYK | 0 | 0.71 | 0.24 | 0 |
| HSL | 319.78º | 1% | 0.64% | - |
| HSV(B) | 319.78º | 0.71% | 1% | - |
| XYZ | 53.47 | 29.97 | 54.6 | - |
| YUV | 141.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 195 | 0 | 0.71 | 0.24 | 0 | 319.78 | 1 | 0.64 |
| Hex | FF | 49 | C3 | 0 | 47 | 18 | 0 | 140 | 64 | 40 |
| Octal | 377 | 111 | 303 | 0 | 107 | 30 | 0 | 500 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11000011 | 0 | 1000111 | 11000 | 0 | 101000000 | 1100100 | 1000000 |
Color Harmonies of #FF49C3
Complementary color
Monochromatic Colors of #FF49C3
Black with #FF49C3
Text Example
Text Example
White with #FF49C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49C3; }
p { color: rgb(255,73,195); }
H1.HeaderClassName
{
color: #FF49C3;
}
.AnyTagClassName
{
color: #FF49C3;
}
</style>
background-color css
<style>
a { background-color: #FF49C3; }
a { background-color: rgb(255,73,195); }
div.DivClassName
{
background-color: #FF49C3;
}
.BgClassName
{
background-color: #FF49C3;
}
</style>
border-color css
<style>
span { border-color: #FF49C3; }
span { border-color: rgb(255,73,195); }
td.TdClassName
{
border-color: #FF49C3;
}
.TagClassName
{
border-color: #FF49C3;
}
</style>