Shades of Razzle Dazzle Rose #FB31E5
Tints of Razzle Dazzle Rose #FB31E5
RGB
CMYK
RGB Variations
Color information
#FB31E5 (or 0xFB31E5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 31 and E5. RGB value is (251,49,229). Sum of RGB (Red+Green+Blue) = 251+49+229=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 49 (19.53% from 255 or 9.26% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB31E5 is #04CE1A. Grayscale: #818181. Windows color (decimal): -314907 or 15020539. OLE color: 15020539.
HSL color Cylindrical-coordinate representation of color #FB31E5: hue angle of 306.53º 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 #FB31E5 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 229 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.02 |
| HSL | 306.53º | 0.96% | 0.59% | - |
| HSV(B) | 306.53º | 0.8% | 0.98% | - |
| XYZ | 55.02 | 28.36 | 76.7 | - |
| YUV | 129.92 | 183.92 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 229 | 0 | 0.80 | 0.09 | 0.02 | 306.53 | 0.96 | 0.59 |
| Hex | FB | 31 | E5 | 0 | 50 | 9 | 2 | 133 | 60 | 3B |
| Octal | 373 | 61 | 345 | 0 | 120 | 11 | 2 | 463 | 140 | 73 |
| Binary | 11111011 | 110001 | 11100101 | 0 | 1010000 | 1001 | 10 | 100110011 | 1100000 | 111011 |
Color Harmonies of #FB31E5
Complementary color
Monochromatic Colors of #FB31E5
Black with #FB31E5
Text Example
Text Example
White with #FB31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31E5; }
p { color: rgb(251,49,229); }
H1.HeaderClassName
{
color: #FB31E5;
}
.AnyTagClassName
{
color: #FB31E5;
}
</style>
background-color css
<style>
a { background-color: #FB31E5; }
a { background-color: rgb(251,49,229); }
div.DivClassName
{
background-color: #FB31E5;
}
.BgClassName
{
background-color: #FB31E5;
}
</style>
border-color css
<style>
span { border-color: #FB31E5; }
span { border-color: rgb(251,49,229); }
td.TdClassName
{
border-color: #FB31E5;
}
.TagClassName
{
border-color: #FB31E5;
}
</style>