Shades of Razzle Dazzle Rose #FB31EA
Tints of Razzle Dazzle Rose #FB31EA
RGB
CMYK
RGB Variations
Color information
#FB31EA (or 0xFB31EA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 31 and EA. RGB value is (251,49,234). Sum of RGB (Red+Green+Blue) = 251+49+234=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 49 (19.53% from 255 or 9.18% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB31EA is #04CE15. Grayscale: #818181. Windows color (decimal): -314902 or 15348219. OLE color: 15348219.
HSL color Cylindrical-coordinate representation of color #FB31EA: hue angle of 305.05º 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 #FB31EA is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 234 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.02 |
| HSL | 305.05º | 0.96% | 0.59% | - |
| HSV(B) | 305.05º | 0.8% | 0.98% | - |
| XYZ | 55.73 | 28.65 | 80.43 | - |
| YUV | 130.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 234 | 0 | 0.80 | 0.07 | 0.02 | 305.05 | 0.96 | 0.59 |
| Hex | FB | 31 | EA | 0 | 50 | 7 | 2 | 131 | 60 | 3B |
| Octal | 373 | 61 | 352 | 0 | 120 | 7 | 2 | 461 | 140 | 73 |
| Binary | 11111011 | 110001 | 11101010 | 0 | 1010000 | 111 | 10 | 100110001 | 1100000 | 111011 |
Color Harmonies of #FB31EA
Complementary color
Monochromatic Colors of #FB31EA
Black with #FB31EA
Text Example
Text Example
White with #FB31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31EA; }
p { color: rgb(251,49,234); }
H1.HeaderClassName
{
color: #FB31EA;
}
.AnyTagClassName
{
color: #FB31EA;
}
</style>
background-color css
<style>
a { background-color: #FB31EA; }
a { background-color: rgb(251,49,234); }
div.DivClassName
{
background-color: #FB31EA;
}
.BgClassName
{
background-color: #FB31EA;
}
</style>
border-color css
<style>
span { border-color: #FB31EA; }
span { border-color: rgb(251,49,234); }
td.TdClassName
{
border-color: #FB31EA;
}
.TagClassName
{
border-color: #FB31EA;
}
</style>