Shades of Razzle Dazzle Rose #FB28D4
Tints of Razzle Dazzle Rose #FB28D4
RGB
CMYK
RGB Variations
Color information
#FB28D4 (or 0xFB28D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 28 and D4. RGB value is (251,40,212). Sum of RGB (Red+Green+Blue) = 251+40+212=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28D4 is #04D72B. Grayscale: #7A7A7A. Windows color (decimal): -317228 or 13904123. OLE color: 13904123.
HSL color Cylindrical-coordinate representation of color #FB28D4: hue angle of 311.09º 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 #FB28D4 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 212 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.02 |
| HSL | 311.09º | 0.96% | 0.57% | - |
| HSV(B) | 311.09º | 0.84% | 0.98% | - |
| XYZ | 52.43 | 26.78 | 64.69 | - |
| YUV | 122.7 | 178.4 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 212 | 0 | 0.84 | 0.16 | 0.02 | 311.09 | 0.96 | 0.57 |
| Hex | FB | 28 | D4 | 0 | 54 | 10 | 2 | 137 | 60 | 39 |
| Octal | 373 | 50 | 324 | 0 | 124 | 20 | 2 | 467 | 140 | 71 |
| Binary | 11111011 | 101000 | 11010100 | 0 | 1010100 | 10000 | 10 | 100110111 | 1100000 | 111001 |
Color Harmonies of #FB28D4
Complementary color
Monochromatic Colors of #FB28D4
Black with #FB28D4
Text Example
Text Example
White with #FB28D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28D4; }
p { color: rgb(251,40,212); }
H1.HeaderClassName
{
color: #FB28D4;
}
.AnyTagClassName
{
color: #FB28D4;
}
</style>
background-color css
<style>
a { background-color: #FB28D4; }
a { background-color: rgb(251,40,212); }
div.DivClassName
{
background-color: #FB28D4;
}
.BgClassName
{
background-color: #FB28D4;
}
</style>
border-color css
<style>
span { border-color: #FB28D4; }
span { border-color: rgb(251,40,212); }
td.TdClassName
{
border-color: #FB28D4;
}
.TagClassName
{
border-color: #FB28D4;
}
</style>