Shades of Razzle Dazzle Rose #FB49DB
Tints of Razzle Dazzle Rose #FB49DB
RGB
CMYK
RGB Variations
Color information
#FB49DB (or 0xFB49DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and DB. RGB value is (251,73,219). Sum of RGB (Red+Green+Blue) = 251+73+219=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49DB is #04B624. Grayscale: #8E8E8E. Windows color (decimal): -308773 or 14371323. OLE color: 14371323.
HSL color Cylindrical-coordinate representation of color #FB49DB: hue angle of 310.79º 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 #FB49DB is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 219 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.02 |
| HSL | 310.79º | 0.96% | 0.64% | - |
| HSV(B) | 310.79º | 0.71% | 0.98% | - |
| XYZ | 54.95 | 30.39 | 69.99 | - |
| YUV | 142.87 | 170.97 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 219 | 0 | 0.71 | 0.13 | 0.02 | 310.79 | 0.96 | 0.64 |
| Hex | FB | 49 | DB | 0 | 47 | D | 2 | 137 | 60 | 40 |
| Octal | 373 | 111 | 333 | 0 | 107 | 15 | 2 | 467 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11011011 | 0 | 1000111 | 1101 | 10 | 100110111 | 1100000 | 1000000 |
Color Harmonies of #FB49DB
Complementary color
Monochromatic Colors of #FB49DB
Black with #FB49DB
Text Example
Text Example
White with #FB49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49DB; }
p { color: rgb(251,73,219); }
H1.HeaderClassName
{
color: #FB49DB;
}
.AnyTagClassName
{
color: #FB49DB;
}
</style>
background-color css
<style>
a { background-color: #FB49DB; }
a { background-color: rgb(251,73,219); }
div.DivClassName
{
background-color: #FB49DB;
}
.BgClassName
{
background-color: #FB49DB;
}
</style>
border-color css
<style>
span { border-color: #FB49DB; }
span { border-color: rgb(251,73,219); }
td.TdClassName
{
border-color: #FB49DB;
}
.TagClassName
{
border-color: #FB49DB;
}
</style>