Shades of Razzle Dazzle Rose #FB28E7
Tints of Razzle Dazzle Rose #FB28E7
RGB
CMYK
RGB Variations
Color information
#FB28E7 (or 0xFB28E7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 28 and E7. RGB value is (251,40,231). Sum of RGB (Red+Green+Blue) = 251+40+231=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 40 (16.02% from 255 or 7.66% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB28E7 is #04D718. Grayscale: #7C7C7C. Windows color (decimal): -317209 or 15149307. OLE color: 15149307.
HSL color Cylindrical-coordinate representation of color #FB28E7: hue angle of 305.69º 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 #FB28E7 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 231 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.02 |
| HSL | 305.69º | 0.96% | 0.57% | - |
| HSV(B) | 305.69º | 0.84% | 0.98% | - |
| XYZ | 54.97 | 27.8 | 78.07 | - |
| YUV | 124.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 231 | 0 | 0.84 | 0.08 | 0.02 | 305.69 | 0.96 | 0.57 |
| Hex | FB | 28 | E7 | 0 | 54 | 8 | 2 | 132 | 60 | 39 |
| Octal | 373 | 50 | 347 | 0 | 124 | 10 | 2 | 462 | 140 | 71 |
| Binary | 11111011 | 101000 | 11100111 | 0 | 1010100 | 1000 | 10 | 100110010 | 1100000 | 111001 |
Color Harmonies of #FB28E7
Complementary color
Monochromatic Colors of #FB28E7
Black with #FB28E7
Text Example
Text Example
White with #FB28E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28E7; }
p { color: rgb(251,40,231); }
H1.HeaderClassName
{
color: #FB28E7;
}
.AnyTagClassName
{
color: #FB28E7;
}
</style>
background-color css
<style>
a { background-color: #FB28E7; }
a { background-color: rgb(251,40,231); }
div.DivClassName
{
background-color: #FB28E7;
}
.BgClassName
{
background-color: #FB28E7;
}
</style>
border-color css
<style>
span { border-color: #FB28E7; }
span { border-color: rgb(251,40,231); }
td.TdClassName
{
border-color: #FB28E7;
}
.TagClassName
{
border-color: #FB28E7;
}
</style>