Shades of Razzle Dazzle Rose #FB26DB
Tints of Razzle Dazzle Rose #FB26DB
RGB
CMYK
RGB Variations
Color information
#FB26DB (or 0xFB26DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 26 and DB. RGB value is (251,38,219). Sum of RGB (Red+Green+Blue) = 251+38+219=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 38 (15.23% from 255 or 7.48% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB26DB is #04D924. Grayscale: #797979. Windows color (decimal): -317733 or 14362363. OLE color: 14362363.
HSL color Cylindrical-coordinate representation of color #FB26DB: hue angle of 309.01º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB26DB is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 219 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.02 |
| HSL | 309.01º | 0.96% | 0.57% | - |
| HSV(B) | 309.01º | 0.85% | 0.98% | - |
| XYZ | 53.26 | 27.01 | 69.42 | - |
| YUV | 122.32 | 182.57 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 219 | 0 | 0.85 | 0.13 | 0.02 | 309.01 | 0.96 | 0.57 |
| Hex | FB | 26 | DB | 0 | 55 | D | 2 | 135 | 60 | 39 |
| Octal | 373 | 46 | 333 | 0 | 125 | 15 | 2 | 465 | 140 | 71 |
| Binary | 11111011 | 100110 | 11011011 | 0 | 1010101 | 1101 | 10 | 100110101 | 1100000 | 111001 |
Color Harmonies of #FB26DB
Complementary color
Monochromatic Colors of #FB26DB
Black with #FB26DB
Text Example
Text Example
White with #FB26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26DB; }
p { color: rgb(251,38,219); }
H1.HeaderClassName
{
color: #FB26DB;
}
.AnyTagClassName
{
color: #FB26DB;
}
</style>
background-color css
<style>
a { background-color: #FB26DB; }
a { background-color: rgb(251,38,219); }
div.DivClassName
{
background-color: #FB26DB;
}
.BgClassName
{
background-color: #FB26DB;
}
</style>
border-color css
<style>
span { border-color: #FB26DB; }
span { border-color: rgb(251,38,219); }
td.TdClassName
{
border-color: #FB26DB;
}
.TagClassName
{
border-color: #FB26DB;
}
</style>