Shades of Razzle Dazzle Rose #FD49DF
Tints of Razzle Dazzle Rose #FD49DF
RGB
CMYK
RGB Variations
Color information
#FD49DF (or 0xFD49DF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 49 and DF. RGB value is (253,73,223). Sum of RGB (Red+Green+Blue) = 253+73+223=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49DF is #02B620. Grayscale: #8F8F8F. Windows color (decimal): -177697 or 14633469. OLE color: 14633469.
HSL color Cylindrical-coordinate representation of color #FD49DF: hue angle of 310º 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 #FD49DF is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 223 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.01 |
| HSL | 310º | 0.98% | 0.64% | - |
| HSV(B) | 310º | 0.71% | 0.99% | - |
| XYZ | 56.21 | 30.98 | 72.83 | - |
| YUV | 143.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 223 | 0 | 0.71 | 0.12 | 0.01 | 310 | 0.98 | 0.64 |
| Hex | FD | 49 | DF | 0 | 47 | C | 1 | 136 | 62 | 40 |
| Octal | 375 | 111 | 337 | 0 | 107 | 14 | 1 | 466 | 142 | 100 |
| Binary | 11111101 | 1001001 | 11011111 | 0 | 1000111 | 1100 | 1 | 100110110 | 1100010 | 1000000 |
Color Harmonies of #FD49DF
Complementary color
Monochromatic Colors of #FD49DF
Black with #FD49DF
Text Example
Text Example
White with #FD49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD49DF; }
p { color: rgb(253,73,223); }
H1.HeaderClassName
{
color: #FD49DF;
}
.AnyTagClassName
{
color: #FD49DF;
}
</style>
background-color css
<style>
a { background-color: #FD49DF; }
a { background-color: rgb(253,73,223); }
div.DivClassName
{
background-color: #FD49DF;
}
.BgClassName
{
background-color: #FD49DF;
}
</style>
border-color css
<style>
span { border-color: #FD49DF; }
span { border-color: rgb(253,73,223); }
td.TdClassName
{
border-color: #FD49DF;
}
.TagClassName
{
border-color: #FD49DF;
}
</style>