Shades of Razzle Dazzle Rose #FB31BB
Tints of Razzle Dazzle Rose #FB31BB
RGB
CMYK
RGB Variations
Color information
#FB31BB (or 0xFB31BB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 31 and BB. RGB value is (251,49,187). Sum of RGB (Red+Green+Blue) = 251+49+187=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB31BB is #04CE44. Grayscale: #7C7C7C. Windows color (decimal): -314949 or 12268027. OLE color: 12268027.
HSL color Cylindrical-coordinate representation of color #FB31BB: hue angle of 319.01º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB31BB is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 187 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.02 |
| HSL | 319.01º | 0.96% | 0.59% | - |
| HSV(B) | 319.01º | 0.8% | 0.98% | - |
| XYZ | 49.85 | 26.29 | 49.46 | - |
| YUV | 125.13 | 162.92 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 187 | 0 | 0.80 | 0.25 | 0.02 | 319.01 | 0.96 | 0.59 |
| Hex | FB | 31 | BB | 0 | 50 | 19 | 2 | 13F | 60 | 3B |
| Octal | 373 | 61 | 273 | 0 | 120 | 31 | 2 | 477 | 140 | 73 |
| Binary | 11111011 | 110001 | 10111011 | 0 | 1010000 | 11001 | 10 | 100111111 | 1100000 | 111011 |
Color Harmonies of #FB31BB
Complementary color
Monochromatic Colors of #FB31BB
Black with #FB31BB
Text Example
Text Example
White with #FB31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31BB; }
p { color: rgb(251,49,187); }
H1.HeaderClassName
{
color: #FB31BB;
}
.AnyTagClassName
{
color: #FB31BB;
}
</style>
background-color css
<style>
a { background-color: #FB31BB; }
a { background-color: rgb(251,49,187); }
div.DivClassName
{
background-color: #FB31BB;
}
.BgClassName
{
background-color: #FB31BB;
}
</style>
border-color css
<style>
span { border-color: #FB31BB; }
span { border-color: rgb(251,49,187); }
td.TdClassName
{
border-color: #FB31BB;
}
.TagClassName
{
border-color: #FB31BB;
}
</style>