Shades of Razzle Dazzle Rose #FB2BDB
Tints of Razzle Dazzle Rose #FB2BDB
RGB
CMYK
RGB Variations
Color information
#FB2BDB (or 0xFB2BDB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2B and DB. RGB value is (251,43,219). Sum of RGB (Red+Green+Blue) = 251+43+219=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 43 (17.19% from 255 or 8.38% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2BDB is #04D424. Grayscale: #7C7C7C. Windows color (decimal): -316453 or 14363643. OLE color: 14363643.
HSL color Cylindrical-coordinate representation of color #FB2BDB: hue angle of 309.23º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2BDB is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 219 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.02 |
| HSL | 309.23º | 0.96% | 0.58% | - |
| HSV(B) | 309.23º | 0.83% | 0.98% | - |
| XYZ | 53.43 | 27.35 | 69.48 | - |
| YUV | 125.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 219 | 0 | 0.83 | 0.13 | 0.02 | 309.23 | 0.96 | 0.58 |
| Hex | FB | 2B | DB | 0 | 53 | D | 2 | 135 | 60 | 3A |
| Octal | 373 | 53 | 333 | 0 | 123 | 15 | 2 | 465 | 140 | 72 |
| Binary | 11111011 | 101011 | 11011011 | 0 | 1010011 | 1101 | 10 | 100110101 | 1100000 | 111010 |
Color Harmonies of #FB2BDB
Complementary color
Monochromatic Colors of #FB2BDB
Black with #FB2BDB
Text Example
Text Example
White with #FB2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2BDB; }
p { color: rgb(251,43,219); }
H1.HeaderClassName
{
color: #FB2BDB;
}
.AnyTagClassName
{
color: #FB2BDB;
}
</style>
background-color css
<style>
a { background-color: #FB2BDB; }
a { background-color: rgb(251,43,219); }
div.DivClassName
{
background-color: #FB2BDB;
}
.BgClassName
{
background-color: #FB2BDB;
}
</style>
border-color css
<style>
span { border-color: #FB2BDB; }
span { border-color: rgb(251,43,219); }
td.TdClassName
{
border-color: #FB2BDB;
}
.TagClassName
{
border-color: #FB2BDB;
}
</style>