Shades of Razzle Dazzle Rose #FB28C0
Tints of Razzle Dazzle Rose #FB28C0
RGB
CMYK
RGB Variations
Color information
#FB28C0 (or 0xFB28C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 28 and C0. RGB value is (251,40,192). Sum of RGB (Red+Green+Blue) = 251+40+192=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28C0 is #04D73F. Grayscale: #787878. Windows color (decimal): -317248 or 12593403. OLE color: 12593403.
HSL color Cylindrical-coordinate representation of color #FB28C0: hue angle of 316.78º 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 #FB28C0 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 192 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.02 |
| HSL | 316.78º | 0.96% | 0.57% | - |
| HSV(B) | 316.78º | 0.84% | 0.98% | - |
| XYZ | 50.06 | 25.83 | 52.22 | - |
| YUV | 120.42 | 168.4 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 192 | 0 | 0.84 | 0.24 | 0.02 | 316.78 | 0.96 | 0.57 |
| Hex | FB | 28 | C0 | 0 | 54 | 18 | 2 | 13D | 60 | 39 |
| Octal | 373 | 50 | 300 | 0 | 124 | 30 | 2 | 475 | 140 | 71 |
| Binary | 11111011 | 101000 | 11000000 | 0 | 1010100 | 11000 | 10 | 100111101 | 1100000 | 111001 |
Color Harmonies of #FB28C0
Complementary color
Monochromatic Colors of #FB28C0
Black with #FB28C0
Text Example
Text Example
White with #FB28C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28C0; }
p { color: rgb(251,40,192); }
H1.HeaderClassName
{
color: #FB28C0;
}
.AnyTagClassName
{
color: #FB28C0;
}
</style>
background-color css
<style>
a { background-color: #FB28C0; }
a { background-color: rgb(251,40,192); }
div.DivClassName
{
background-color: #FB28C0;
}
.BgClassName
{
background-color: #FB28C0;
}
</style>
border-color css
<style>
span { border-color: #FB28C0; }
span { border-color: rgb(251,40,192); }
td.TdClassName
{
border-color: #FB28C0;
}
.TagClassName
{
border-color: #FB28C0;
}
</style>