Shades of Razzle Dazzle Rose #FB45DB
Tints of Razzle Dazzle Rose #FB45DB
RGB
CMYK
RGB Variations
Color information
#FB45DB (or 0xFB45DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 45 and DB. RGB value is (251,69,219). Sum of RGB (Red+Green+Blue) = 251+69+219=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 69 (27.34% from 255 or 12.80% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB45DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB45DB is #04BA24. Grayscale: #8C8C8C. Windows color (decimal): -309797 or 14370299. OLE color: 14370299.
HSL color Cylindrical-coordinate representation of color #FB45DB: hue angle of 310.55º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB45DB is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 219 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.02 |
| HSL | 310.55º | 0.96% | 0.63% | - |
| HSV(B) | 310.55º | 0.73% | 0.98% | - |
| XYZ | 54.7 | 29.88 | 69.9 | - |
| YUV | 140.52 | 172.3 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 219 | 0 | 0.73 | 0.13 | 0.02 | 310.55 | 0.96 | 0.63 |
| Hex | FB | 45 | DB | 0 | 49 | D | 2 | 137 | 60 | 3F |
| Octal | 373 | 105 | 333 | 0 | 111 | 15 | 2 | 467 | 140 | 77 |
| Binary | 11111011 | 1000101 | 11011011 | 0 | 1001001 | 1101 | 10 | 100110111 | 1100000 | 111111 |
Color Harmonies of #FB45DB
Complementary color
Monochromatic Colors of #FB45DB
Black with #FB45DB
Text Example
Text Example
White with #FB45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB45DB; }
p { color: rgb(251,69,219); }
H1.HeaderClassName
{
color: #FB45DB;
}
.AnyTagClassName
{
color: #FB45DB;
}
</style>
background-color css
<style>
a { background-color: #FB45DB; }
a { background-color: rgb(251,69,219); }
div.DivClassName
{
background-color: #FB45DB;
}
.BgClassName
{
background-color: #FB45DB;
}
</style>
border-color css
<style>
span { border-color: #FB45DB; }
span { border-color: rgb(251,69,219); }
td.TdClassName
{
border-color: #FB45DB;
}
.TagClassName
{
border-color: #FB45DB;
}
</style>