Shades of Razzle Dazzle Rose #FB3BDB
Tints of Razzle Dazzle Rose #FB3BDB
RGB
CMYK
RGB Variations
Color information
#FB3BDB (or 0xFB3BDB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3B and DB. RGB value is (251,59,219). Sum of RGB (Red+Green+Blue) = 251+59+219=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 59 (23.44% from 255 or 11.15% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3BDB is #04C424. Grayscale: #868686. Windows color (decimal): -312357 or 14367739. OLE color: 14367739.
HSL color Cylindrical-coordinate representation of color #FB3BDB: hue angle of 310º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3BDB is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 219 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.02 |
| HSL | 310º | 0.96% | 0.61% | - |
| HSV(B) | 310º | 0.76% | 0.98% | - |
| XYZ | 54.13 | 28.75 | 69.71 | - |
| YUV | 134.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 219 | 0 | 0.76 | 0.13 | 0.02 | 310 | 0.96 | 0.61 |
| Hex | FB | 3B | DB | 0 | 4C | D | 2 | 136 | 60 | 3D |
| Octal | 373 | 73 | 333 | 0 | 114 | 15 | 2 | 466 | 140 | 75 |
| Binary | 11111011 | 111011 | 11011011 | 0 | 1001100 | 1101 | 10 | 100110110 | 1100000 | 111101 |
Color Harmonies of #FB3BDB
Complementary color
Monochromatic Colors of #FB3BDB
Black with #FB3BDB
Text Example
Text Example
White with #FB3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BDB; }
p { color: rgb(251,59,219); }
H1.HeaderClassName
{
color: #FB3BDB;
}
.AnyTagClassName
{
color: #FB3BDB;
}
</style>
background-color css
<style>
a { background-color: #FB3BDB; }
a { background-color: rgb(251,59,219); }
div.DivClassName
{
background-color: #FB3BDB;
}
.BgClassName
{
background-color: #FB3BDB;
}
</style>
border-color css
<style>
span { border-color: #FB3BDB; }
span { border-color: rgb(251,59,219); }
td.TdClassName
{
border-color: #FB3BDB;
}
.TagClassName
{
border-color: #FB3BDB;
}
</style>