Shades of Razzle Dazzle Rose #FF49C5
Tints of Razzle Dazzle Rose #FF49C5
RGB
CMYK
RGB Variations
Color information
#FF49C5 (or 0xFF49C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and C5. RGB value is (255,73,197). Sum of RGB (Red+Green+Blue) = 255+73+197=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49C5 is #00B63A. Grayscale: #8D8D8D. Windows color (decimal): -46651 or 12929535. OLE color: 12929535.
HSL color Cylindrical-coordinate representation of color #FF49C5: hue angle of 319.12º 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 #FF49C5 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 197 | - |
| CMYK | 0 | 0.71 | 0.23 | 0 |
| HSL | 319.12º | 1% | 0.64% | - |
| HSV(B) | 319.12º | 0.71% | 1% | - |
| XYZ | 53.7 | 30.06 | 55.79 | - |
| YUV | 141.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 197 | 0 | 0.71 | 0.23 | 0 | 319.12 | 1 | 0.64 |
| Hex | FF | 49 | C5 | 0 | 47 | 17 | 0 | 13F | 64 | 40 |
| Octal | 377 | 111 | 305 | 0 | 107 | 27 | 0 | 477 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11000101 | 0 | 1000111 | 10111 | 0 | 100111111 | 1100100 | 1000000 |
Color Harmonies of #FF49C5
Complementary color
Monochromatic Colors of #FF49C5
Black with #FF49C5
Text Example
Text Example
White with #FF49C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49C5; }
p { color: rgb(255,73,197); }
H1.HeaderClassName
{
color: #FF49C5;
}
.AnyTagClassName
{
color: #FF49C5;
}
</style>
background-color css
<style>
a { background-color: #FF49C5; }
a { background-color: rgb(255,73,197); }
div.DivClassName
{
background-color: #FF49C5;
}
.BgClassName
{
background-color: #FF49C5;
}
</style>
border-color css
<style>
span { border-color: #FF49C5; }
span { border-color: rgb(255,73,197); }
td.TdClassName
{
border-color: #FF49C5;
}
.TagClassName
{
border-color: #FF49C5;
}
</style>