Shades of Razzle Dazzle Rose #FB28E9
Tints of Razzle Dazzle Rose #FB28E9
RGB
CMYK
RGB Variations
Color information
#FB28E9 (or 0xFB28E9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 28 and E9. RGB value is (251,40,233). Sum of RGB (Red+Green+Blue) = 251+40+233=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 40 (16.02% from 255 or 7.63% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB28E9 is #04D716. Grayscale: #7C7C7C. Windows color (decimal): -317207 or 15280379. OLE color: 15280379.
HSL color Cylindrical-coordinate representation of color #FB28E9: hue angle of 305.12º 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 #FB28E9 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 233 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.02 |
| HSL | 305.12º | 0.96% | 0.57% | - |
| HSV(B) | 305.12º | 0.84% | 0.98% | - |
| XYZ | 55.25 | 27.91 | 79.57 | - |
| YUV | 125.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 233 | 0 | 0.84 | 0.07 | 0.02 | 305.12 | 0.96 | 0.57 |
| Hex | FB | 28 | E9 | 0 | 54 | 7 | 2 | 131 | 60 | 39 |
| Octal | 373 | 50 | 351 | 0 | 124 | 7 | 2 | 461 | 140 | 71 |
| Binary | 11111011 | 101000 | 11101001 | 0 | 1010100 | 111 | 10 | 100110001 | 1100000 | 111001 |
Color Harmonies of #FB28E9
Complementary color
Monochromatic Colors of #FB28E9
Black with #FB28E9
Text Example
Text Example
White with #FB28E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28E9; }
p { color: rgb(251,40,233); }
H1.HeaderClassName
{
color: #FB28E9;
}
.AnyTagClassName
{
color: #FB28E9;
}
</style>
background-color css
<style>
a { background-color: #FB28E9; }
a { background-color: rgb(251,40,233); }
div.DivClassName
{
background-color: #FB28E9;
}
.BgClassName
{
background-color: #FB28E9;
}
</style>
border-color css
<style>
span { border-color: #FB28E9; }
span { border-color: rgb(251,40,233); }
td.TdClassName
{
border-color: #FB28E9;
}
.TagClassName
{
border-color: #FB28E9;
}
</style>