Shades of Razzle Dazzle Rose #FB3FDB
Tints of Razzle Dazzle Rose #FB3FDB
RGB
CMYK
RGB Variations
Color information
#FB3FDB (or 0xFB3FDB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3F and DB. RGB value is (251,63,219). Sum of RGB (Red+Green+Blue) = 251+63+219=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 63 (25% from 255 or 11.82% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3FDB is #04C024. Grayscale: #888888. Windows color (decimal): -311333 or 14368763. OLE color: 14368763.
HSL color Cylindrical-coordinate representation of color #FB3FDB: hue angle of 310.21º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FDB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 219 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.02 |
| HSL | 310.21º | 0.96% | 0.62% | - |
| HSV(B) | 310.21º | 0.75% | 0.98% | - |
| XYZ | 54.35 | 29.18 | 69.79 | - |
| YUV | 137 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 219 | 0 | 0.75 | 0.13 | 0.02 | 310.21 | 0.96 | 0.62 |
| Hex | FB | 3F | DB | 0 | 4B | D | 2 | 136 | 60 | 3E |
| Octal | 373 | 77 | 333 | 0 | 113 | 15 | 2 | 466 | 140 | 76 |
| Binary | 11111011 | 111111 | 11011011 | 0 | 1001011 | 1101 | 10 | 100110110 | 1100000 | 111110 |
Color Harmonies of #FB3FDB
Complementary color
Monochromatic Colors of #FB3FDB
Black with #FB3FDB
Text Example
Text Example
White with #FB3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FDB; }
p { color: rgb(251,63,219); }
H1.HeaderClassName
{
color: #FB3FDB;
}
.AnyTagClassName
{
color: #FB3FDB;
}
</style>
background-color css
<style>
a { background-color: #FB3FDB; }
a { background-color: rgb(251,63,219); }
div.DivClassName
{
background-color: #FB3FDB;
}
.BgClassName
{
background-color: #FB3FDB;
}
</style>
border-color css
<style>
span { border-color: #FB3FDB; }
span { border-color: rgb(251,63,219); }
td.TdClassName
{
border-color: #FB3FDB;
}
.TagClassName
{
border-color: #FB3FDB;
}
</style>