Shades of Razzle Dazzle Rose #FB1EDB
Tints of Razzle Dazzle Rose #FB1EDB
RGB
CMYK
RGB Variations
Color information
#FB1EDB (or 0xFB1EDB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1E and DB. RGB value is (251,30,219). Sum of RGB (Red+Green+Blue) = 251+30+219=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1EDB is #04E124. Grayscale: #757575. Windows color (decimal): -319781 or 14360315. OLE color: 14360315.
HSL color Cylindrical-coordinate representation of color #FB1EDB: hue angle of 308.69º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1EDB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 219 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.02 |
| HSL | 308.69º | 0.97% | 0.55% | - |
| HSV(B) | 308.69º | 0.88% | 0.98% | - |
| XYZ | 53.03 | 26.55 | 69.35 | - |
| YUV | 117.63 | 185.22 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 219 | 0 | 0.88 | 0.13 | 0.02 | 308.69 | 0.97 | 0.55 |
| Hex | FB | 1E | DB | 0 | 58 | D | 2 | 135 | 61 | 37 |
| Octal | 373 | 36 | 333 | 0 | 130 | 15 | 2 | 465 | 141 | 67 |
| Binary | 11111011 | 11110 | 11011011 | 0 | 1011000 | 1101 | 10 | 100110101 | 1100001 | 110111 |
Color Harmonies of #FB1EDB
Complementary color
Monochromatic Colors of #FB1EDB
Black with #FB1EDB
Text Example
Text Example
White with #FB1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1EDB; }
p { color: rgb(251,30,219); }
H1.HeaderClassName
{
color: #FB1EDB;
}
.AnyTagClassName
{
color: #FB1EDB;
}
</style>
background-color css
<style>
a { background-color: #FB1EDB; }
a { background-color: rgb(251,30,219); }
div.DivClassName
{
background-color: #FB1EDB;
}
.BgClassName
{
background-color: #FB1EDB;
}
</style>
border-color css
<style>
span { border-color: #FB1EDB; }
span { border-color: rgb(251,30,219); }
td.TdClassName
{
border-color: #FB1EDB;
}
.TagClassName
{
border-color: #FB1EDB;
}
</style>