Shades of Razzle Dazzle Rose #FB31CE
Tints of Razzle Dazzle Rose #FB31CE
RGB
CMYK
RGB Variations
Color information
#FB31CE (or 0xFB31CE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 31 and CE. RGB value is (251,49,206). Sum of RGB (Red+Green+Blue) = 251+49+206=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB31CE is #04CE31. Grayscale: #7E7E7E. Windows color (decimal): -314930 or 13513211. OLE color: 13513211.
HSL color Cylindrical-coordinate representation of color #FB31CE: hue angle of 313.37º 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 #FB31CE is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 206 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.02 |
| HSL | 313.37º | 0.96% | 0.59% | - |
| HSV(B) | 313.37º | 0.8% | 0.98% | - |
| XYZ | 52.02 | 27.16 | 60.89 | - |
| YUV | 127.3 | 172.42 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 206 | 0 | 0.80 | 0.18 | 0.02 | 313.37 | 0.96 | 0.59 |
| Hex | FB | 31 | CE | 0 | 50 | 12 | 2 | 139 | 60 | 3B |
| Octal | 373 | 61 | 316 | 0 | 120 | 22 | 2 | 471 | 140 | 73 |
| Binary | 11111011 | 110001 | 11001110 | 0 | 1010000 | 10010 | 10 | 100111001 | 1100000 | 111011 |
Color Harmonies of #FB31CE
Complementary color
Monochromatic Colors of #FB31CE
Black with #FB31CE
Text Example
Text Example
White with #FB31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31CE; }
p { color: rgb(251,49,206); }
H1.HeaderClassName
{
color: #FB31CE;
}
.AnyTagClassName
{
color: #FB31CE;
}
</style>
background-color css
<style>
a { background-color: #FB31CE; }
a { background-color: rgb(251,49,206); }
div.DivClassName
{
background-color: #FB31CE;
}
.BgClassName
{
background-color: #FB31CE;
}
</style>
border-color css
<style>
span { border-color: #FB31CE; }
span { border-color: rgb(251,49,206); }
td.TdClassName
{
border-color: #FB31CE;
}
.TagClassName
{
border-color: #FB31CE;
}
</style>