Shades of Razzle Dazzle Rose #FB28D1
Tints of Razzle Dazzle Rose #FB28D1
RGB
CMYK
RGB Variations
Color information
#FB28D1 (or 0xFB28D1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 28 and D1. RGB value is (251,40,209). Sum of RGB (Red+Green+Blue) = 251+40+209=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28D1 is #04D72E. Grayscale: #797979. Windows color (decimal): -317231 or 13707515. OLE color: 13707515.
HSL color Cylindrical-coordinate representation of color #FB28D1: hue angle of 311.94º 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 #FB28D1 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 209 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.02 |
| HSL | 311.94º | 0.96% | 0.57% | - |
| HSV(B) | 311.94º | 0.84% | 0.98% | - |
| XYZ | 52.05 | 26.63 | 62.72 | - |
| YUV | 122.36 | 176.9 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 209 | 0 | 0.84 | 0.17 | 0.02 | 311.94 | 0.96 | 0.57 |
| Hex | FB | 28 | D1 | 0 | 54 | 11 | 2 | 138 | 60 | 39 |
| Octal | 373 | 50 | 321 | 0 | 124 | 21 | 2 | 470 | 140 | 71 |
| Binary | 11111011 | 101000 | 11010001 | 0 | 1010100 | 10001 | 10 | 100111000 | 1100000 | 111001 |
Color Harmonies of #FB28D1
Complementary color
Monochromatic Colors of #FB28D1
Black with #FB28D1
Text Example
Text Example
White with #FB28D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28D1; }
p { color: rgb(251,40,209); }
H1.HeaderClassName
{
color: #FB28D1;
}
.AnyTagClassName
{
color: #FB28D1;
}
</style>
background-color css
<style>
a { background-color: #FB28D1; }
a { background-color: rgb(251,40,209); }
div.DivClassName
{
background-color: #FB28D1;
}
.BgClassName
{
background-color: #FB28D1;
}
</style>
border-color css
<style>
span { border-color: #FB28D1; }
span { border-color: rgb(251,40,209); }
td.TdClassName
{
border-color: #FB28D1;
}
.TagClassName
{
border-color: #FB28D1;
}
</style>