Shades of Razzle Dazzle Rose #FB2EDB
Tints of Razzle Dazzle Rose #FB2EDB
RGB
CMYK
RGB Variations
Color information
#FB2EDB (or 0xFB2EDB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and DB. RGB value is (251,46,219). Sum of RGB (Red+Green+Blue) = 251+46+219=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 46 (18.36% from 255 or 8.91% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2EDB is #04D124. Grayscale: #7E7E7E. Windows color (decimal): -315685 or 14364411. OLE color: 14364411.
HSL color Cylindrical-coordinate representation of color #FB2EDB: hue angle of 309.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2EDB is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 219 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.02 |
| HSL | 309.37º | 0.96% | 0.58% | - |
| HSV(B) | 309.37º | 0.82% | 0.98% | - |
| XYZ | 53.55 | 27.58 | 69.52 | - |
| YUV | 127.02 | 179.92 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 219 | 0 | 0.82 | 0.13 | 0.02 | 309.37 | 0.96 | 0.58 |
| Hex | FB | 2E | DB | 0 | 52 | D | 2 | 135 | 60 | 3A |
| Octal | 373 | 56 | 333 | 0 | 122 | 15 | 2 | 465 | 140 | 72 |
| Binary | 11111011 | 101110 | 11011011 | 0 | 1010010 | 1101 | 10 | 100110101 | 1100000 | 111010 |
Color Harmonies of #FB2EDB
Complementary color
Monochromatic Colors of #FB2EDB
Black with #FB2EDB
Text Example
Text Example
White with #FB2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2EDB; }
p { color: rgb(251,46,219); }
H1.HeaderClassName
{
color: #FB2EDB;
}
.AnyTagClassName
{
color: #FB2EDB;
}
</style>
background-color css
<style>
a { background-color: #FB2EDB; }
a { background-color: rgb(251,46,219); }
div.DivClassName
{
background-color: #FB2EDB;
}
.BgClassName
{
background-color: #FB2EDB;
}
</style>
border-color css
<style>
span { border-color: #FB2EDB; }
span { border-color: rgb(251,46,219); }
td.TdClassName
{
border-color: #FB2EDB;
}
.TagClassName
{
border-color: #FB2EDB;
}
</style>