Shades of Razzle Dazzle Rose #FB27DB
Tints of Razzle Dazzle Rose #FB27DB
RGB
CMYK
RGB Variations
Color information
#FB27DB (or 0xFB27DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 27 and DB. RGB value is (251,39,219). Sum of RGB (Red+Green+Blue) = 251+39+219=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 39 (15.62% from 255 or 7.66% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB27DB is #04D824. Grayscale: #7A7A7A. Windows color (decimal): -317477 or 14362619. OLE color: 14362619.
HSL color Cylindrical-coordinate representation of color #FB27DB: hue angle of 309.06º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB27DB is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 219 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.02 |
| HSL | 309.06º | 0.96% | 0.57% | - |
| HSV(B) | 309.06º | 0.84% | 0.98% | - |
| XYZ | 53.3 | 27.07 | 69.43 | - |
| YUV | 122.91 | 182.24 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 219 | 0 | 0.84 | 0.13 | 0.02 | 309.06 | 0.96 | 0.57 |
| Hex | FB | 27 | DB | 0 | 54 | D | 2 | 135 | 60 | 39 |
| Octal | 373 | 47 | 333 | 0 | 124 | 15 | 2 | 465 | 140 | 71 |
| Binary | 11111011 | 100111 | 11011011 | 0 | 1010100 | 1101 | 10 | 100110101 | 1100000 | 111001 |
Color Harmonies of #FB27DB
Complementary color
Monochromatic Colors of #FB27DB
Black with #FB27DB
Text Example
Text Example
White with #FB27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB27DB; }
p { color: rgb(251,39,219); }
H1.HeaderClassName
{
color: #FB27DB;
}
.AnyTagClassName
{
color: #FB27DB;
}
</style>
background-color css
<style>
a { background-color: #FB27DB; }
a { background-color: rgb(251,39,219); }
div.DivClassName
{
background-color: #FB27DB;
}
.BgClassName
{
background-color: #FB27DB;
}
</style>
border-color css
<style>
span { border-color: #FB27DB; }
span { border-color: rgb(251,39,219); }
td.TdClassName
{
border-color: #FB27DB;
}
.TagClassName
{
border-color: #FB27DB;
}
</style>