Shades of Razzle Dazzle Rose #FB28CB
Tints of Razzle Dazzle Rose #FB28CB
RGB
CMYK
RGB Variations
Color information
#FB28CB (or 0xFB28CB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 28 and CB. RGB value is (251,40,203). Sum of RGB (Red+Green+Blue) = 251+40+203=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28CB is #04D734. Grayscale: #797979. Windows color (decimal): -317237 or 13314299. OLE color: 13314299.
HSL color Cylindrical-coordinate representation of color #FB28CB: hue angle of 313.65º 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 #FB28CB is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 203 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.02 |
| HSL | 313.65º | 0.96% | 0.57% | - |
| HSV(B) | 313.65º | 0.84% | 0.98% | - |
| XYZ | 51.32 | 26.34 | 58.88 | - |
| YUV | 121.67 | 173.9 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 203 | 0 | 0.84 | 0.19 | 0.02 | 313.65 | 0.96 | 0.57 |
| Hex | FB | 28 | CB | 0 | 54 | 13 | 2 | 13A | 60 | 39 |
| Octal | 373 | 50 | 313 | 0 | 124 | 23 | 2 | 472 | 140 | 71 |
| Binary | 11111011 | 101000 | 11001011 | 0 | 1010100 | 10011 | 10 | 100111010 | 1100000 | 111001 |
Color Harmonies of #FB28CB
Complementary color
Monochromatic Colors of #FB28CB
Black with #FB28CB
Text Example
Text Example
White with #FB28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28CB; }
p { color: rgb(251,40,203); }
H1.HeaderClassName
{
color: #FB28CB;
}
.AnyTagClassName
{
color: #FB28CB;
}
</style>
background-color css
<style>
a { background-color: #FB28CB; }
a { background-color: rgb(251,40,203); }
div.DivClassName
{
background-color: #FB28CB;
}
.BgClassName
{
background-color: #FB28CB;
}
</style>
border-color css
<style>
span { border-color: #FB28CB; }
span { border-color: rgb(251,40,203); }
td.TdClassName
{
border-color: #FB28CB;
}
.TagClassName
{
border-color: #FB28CB;
}
</style>