Shades of Razzle Dazzle Rose #FD49D0
Tints of Razzle Dazzle Rose #FD49D0
RGB
CMYK
RGB Variations
Color information
#FD49D0 (or 0xFD49D0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 49 and D0. RGB value is (253,73,208). Sum of RGB (Red+Green+Blue) = 253+73+208=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49D0 is #02B62F. Grayscale: #8D8D8D. Windows color (decimal): -177712 or 13650429. OLE color: 13650429.
HSL color Cylindrical-coordinate representation of color #FD49D0: hue angle of 315º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD49D0 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 208 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.01 |
| HSL | 315º | 0.98% | 0.64% | - |
| HSV(B) | 315º | 0.71% | 0.99% | - |
| XYZ | 54.28 | 30.2 | 62.64 | - |
| YUV | 142.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 208 | 0 | 0.71 | 0.18 | 0.01 | 315 | 0.98 | 0.64 |
| Hex | FD | 49 | D0 | 0 | 47 | 12 | 1 | 13B | 62 | 40 |
| Octal | 375 | 111 | 320 | 0 | 107 | 22 | 1 | 473 | 142 | 100 |
| Binary | 11111101 | 1001001 | 11010000 | 0 | 1000111 | 10010 | 1 | 100111011 | 1100010 | 1000000 |
Color Harmonies of #FD49D0
Complementary color
Monochromatic Colors of #FD49D0
Black with #FD49D0
Text Example
Text Example
White with #FD49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD49D0; }
p { color: rgb(253,73,208); }
H1.HeaderClassName
{
color: #FD49D0;
}
.AnyTagClassName
{
color: #FD49D0;
}
</style>
background-color css
<style>
a { background-color: #FD49D0; }
a { background-color: rgb(253,73,208); }
div.DivClassName
{
background-color: #FD49D0;
}
.BgClassName
{
background-color: #FD49D0;
}
</style>
border-color css
<style>
span { border-color: #FD49D0; }
span { border-color: rgb(253,73,208); }
td.TdClassName
{
border-color: #FD49D0;
}
.TagClassName
{
border-color: #FD49D0;
}
</style>