Shades of Razzle Dazzle Rose #FB28D0
Tints of Razzle Dazzle Rose #FB28D0
RGB
CMYK
RGB Variations
Color information
#FB28D0 (or 0xFB28D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 28 and D0. RGB value is (251,40,208). Sum of RGB (Red+Green+Blue) = 251+40+208=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28D0 is #04D72F. Grayscale: #797979. Windows color (decimal): -317232 or 13641979. OLE color: 13641979.
HSL color Cylindrical-coordinate representation of color #FB28D0: hue angle of 312.23º 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 #FB28D0 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 208 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.02 |
| HSL | 312.23º | 0.96% | 0.57% | - |
| HSV(B) | 312.23º | 0.84% | 0.98% | - |
| XYZ | 51.93 | 26.58 | 62.07 | - |
| YUV | 122.24 | 176.4 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 208 | 0 | 0.84 | 0.17 | 0.02 | 312.23 | 0.96 | 0.57 |
| Hex | FB | 28 | D0 | 0 | 54 | 11 | 2 | 138 | 60 | 39 |
| Octal | 373 | 50 | 320 | 0 | 124 | 21 | 2 | 470 | 140 | 71 |
| Binary | 11111011 | 101000 | 11010000 | 0 | 1010100 | 10001 | 10 | 100111000 | 1100000 | 111001 |
Color Harmonies of #FB28D0
Complementary color
Monochromatic Colors of #FB28D0
Black with #FB28D0
Text Example
Text Example
White with #FB28D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28D0; }
p { color: rgb(251,40,208); }
H1.HeaderClassName
{
color: #FB28D0;
}
.AnyTagClassName
{
color: #FB28D0;
}
</style>
background-color css
<style>
a { background-color: #FB28D0; }
a { background-color: rgb(251,40,208); }
div.DivClassName
{
background-color: #FB28D0;
}
.BgClassName
{
background-color: #FB28D0;
}
</style>
border-color css
<style>
span { border-color: #FB28D0; }
span { border-color: rgb(251,40,208); }
td.TdClassName
{
border-color: #FB28D0;
}
.TagClassName
{
border-color: #FB28D0;
}
</style>