Shades of Razzle Dazzle Rose #FB31D0
Tints of Razzle Dazzle Rose #FB31D0
RGB
CMYK
RGB Variations
Color information
#FB31D0 (or 0xFB31D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 31 and D0. RGB value is (251,49,208). Sum of RGB (Red+Green+Blue) = 251+49+208=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB31D0 is #04CE2F. Grayscale: #7F7F7F. Windows color (decimal): -314928 or 13644283. OLE color: 13644283.
HSL color Cylindrical-coordinate representation of color #FB31D0: hue angle of 312.77º 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 #FB31D0 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 208 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.02 |
| HSL | 312.77º | 0.96% | 0.59% | - |
| HSV(B) | 312.77º | 0.8% | 0.98% | - |
| XYZ | 52.27 | 27.26 | 62.18 | - |
| YUV | 127.52 | 173.42 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 208 | 0 | 0.80 | 0.17 | 0.02 | 312.77 | 0.96 | 0.59 |
| Hex | FB | 31 | D0 | 0 | 50 | 11 | 2 | 139 | 60 | 3B |
| Octal | 373 | 61 | 320 | 0 | 120 | 21 | 2 | 471 | 140 | 73 |
| Binary | 11111011 | 110001 | 11010000 | 0 | 1010000 | 10001 | 10 | 100111001 | 1100000 | 111011 |
Color Harmonies of #FB31D0
Complementary color
Monochromatic Colors of #FB31D0
Black with #FB31D0
Text Example
Text Example
White with #FB31D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31D0; }
p { color: rgb(251,49,208); }
H1.HeaderClassName
{
color: #FB31D0;
}
.AnyTagClassName
{
color: #FB31D0;
}
</style>
background-color css
<style>
a { background-color: #FB31D0; }
a { background-color: rgb(251,49,208); }
div.DivClassName
{
background-color: #FB31D0;
}
.BgClassName
{
background-color: #FB31D0;
}
</style>
border-color css
<style>
span { border-color: #FB31D0; }
span { border-color: rgb(251,49,208); }
td.TdClassName
{
border-color: #FB31D0;
}
.TagClassName
{
border-color: #FB31D0;
}
</style>