Shades of Razzle Dazzle Rose #FB1BDB
Tints of Razzle Dazzle Rose #FB1BDB
RGB
CMYK
RGB Variations
Color information
#FB1BDB (or 0xFB1BDB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1B and DB. RGB value is (251,27,219). Sum of RGB (Red+Green+Blue) = 251+27+219=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 27 (10.94% from 255 or 5.43% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1BDB is #04E424. Grayscale: #737373. Windows color (decimal): -320549 or 14359547. OLE color: 14359547.
HSL color Cylindrical-coordinate representation of color #FB1BDB: hue angle of 308.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1BDB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 219 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.02 |
| HSL | 308.57º | 0.97% | 0.55% | - |
| HSV(B) | 308.57º | 0.89% | 0.98% | - |
| XYZ | 52.96 | 26.41 | 69.32 | - |
| YUV | 115.86 | 186.21 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 219 | 0 | 0.89 | 0.13 | 0.02 | 308.57 | 0.97 | 0.55 |
| Hex | FB | 1B | DB | 0 | 59 | D | 2 | 135 | 61 | 37 |
| Octal | 373 | 33 | 333 | 0 | 131 | 15 | 2 | 465 | 141 | 67 |
| Binary | 11111011 | 11011 | 11011011 | 0 | 1011001 | 1101 | 10 | 100110101 | 1100001 | 110111 |
Color Harmonies of #FB1BDB
Complementary color
Monochromatic Colors of #FB1BDB
Black with #FB1BDB
Text Example
Text Example
White with #FB1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BDB; }
p { color: rgb(251,27,219); }
H1.HeaderClassName
{
color: #FB1BDB;
}
.AnyTagClassName
{
color: #FB1BDB;
}
</style>
background-color css
<style>
a { background-color: #FB1BDB; }
a { background-color: rgb(251,27,219); }
div.DivClassName
{
background-color: #FB1BDB;
}
.BgClassName
{
background-color: #FB1BDB;
}
</style>
border-color css
<style>
span { border-color: #FB1BDB; }
span { border-color: rgb(251,27,219); }
td.TdClassName
{
border-color: #FB1BDB;
}
.TagClassName
{
border-color: #FB1BDB;
}
</style>