Shades of Razzle Dazzle Rose #FB49D1
Tints of Razzle Dazzle Rose #FB49D1
RGB
CMYK
RGB Variations
Color information
#FB49D1 (or 0xFB49D1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and D1. RGB value is (251,73,209). Sum of RGB (Red+Green+Blue) = 251+73+209=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49D1 is #04B62E. Grayscale: #8D8D8D. Windows color (decimal): -308783 or 13715963. OLE color: 13715963.
HSL color Cylindrical-coordinate representation of color #FB49D1: hue angle of 314.16º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB49D1 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 209 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.02 |
| HSL | 314.16º | 0.96% | 0.64% | - |
| HSV(B) | 314.16º | 0.71% | 0.98% | - |
| XYZ | 53.67 | 29.88 | 63.26 | - |
| YUV | 141.73 | 165.97 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 209 | 0 | 0.71 | 0.17 | 0.02 | 314.16 | 0.96 | 0.64 |
| Hex | FB | 49 | D1 | 0 | 47 | 11 | 2 | 13A | 60 | 40 |
| Octal | 373 | 111 | 321 | 0 | 107 | 21 | 2 | 472 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11010001 | 0 | 1000111 | 10001 | 10 | 100111010 | 1100000 | 1000000 |
Color Harmonies of #FB49D1
Complementary color
Monochromatic Colors of #FB49D1
Black with #FB49D1
Text Example
Text Example
White with #FB49D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49D1; }
p { color: rgb(251,73,209); }
H1.HeaderClassName
{
color: #FB49D1;
}
.AnyTagClassName
{
color: #FB49D1;
}
</style>
background-color css
<style>
a { background-color: #FB49D1; }
a { background-color: rgb(251,73,209); }
div.DivClassName
{
background-color: #FB49D1;
}
.BgClassName
{
background-color: #FB49D1;
}
</style>
border-color css
<style>
span { border-color: #FB49D1; }
span { border-color: rgb(251,73,209); }
td.TdClassName
{
border-color: #FB49D1;
}
.TagClassName
{
border-color: #FB49D1;
}
</style>