Shades of Razzle Dazzle Rose #FB3ADB
Tints of Razzle Dazzle Rose #FB3ADB
RGB
CMYK
RGB Variations
Color information
#FB3ADB (or 0xFB3ADB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3A and DB. RGB value is (251,58,219). Sum of RGB (Red+Green+Blue) = 251+58+219=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 58 (23.05% from 255 or 10.98% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3ADB is #04C524. Grayscale: #858585. Windows color (decimal): -312613 or 14367483. OLE color: 14367483.
HSL color Cylindrical-coordinate representation of color #FB3ADB: hue angle of 309.95º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3ADB is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 219 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.02 |
| HSL | 309.95º | 0.96% | 0.61% | - |
| HSV(B) | 309.95º | 0.77% | 0.98% | - |
| XYZ | 54.08 | 28.65 | 69.7 | - |
| YUV | 134.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 219 | 0 | 0.77 | 0.13 | 0.02 | 309.95 | 0.96 | 0.61 |
| Hex | FB | 3A | DB | 0 | 4D | D | 2 | 136 | 60 | 3D |
| Octal | 373 | 72 | 333 | 0 | 115 | 15 | 2 | 466 | 140 | 75 |
| Binary | 11111011 | 111010 | 11011011 | 0 | 1001101 | 1101 | 10 | 100110110 | 1100000 | 111101 |
Color Harmonies of #FB3ADB
Complementary color
Monochromatic Colors of #FB3ADB
Black with #FB3ADB
Text Example
Text Example
White with #FB3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3ADB; }
p { color: rgb(251,58,219); }
H1.HeaderClassName
{
color: #FB3ADB;
}
.AnyTagClassName
{
color: #FB3ADB;
}
</style>
background-color css
<style>
a { background-color: #FB3ADB; }
a { background-color: rgb(251,58,219); }
div.DivClassName
{
background-color: #FB3ADB;
}
.BgClassName
{
background-color: #FB3ADB;
}
</style>
border-color css
<style>
span { border-color: #FB3ADB; }
span { border-color: rgb(251,58,219); }
td.TdClassName
{
border-color: #FB3ADB;
}
.TagClassName
{
border-color: #FB3ADB;
}
</style>