Shades of Razzle Dazzle Rose #FB39E5
Tints of Razzle Dazzle Rose #FB39E5
RGB
CMYK
RGB Variations
Color information
#FB39E5 (or 0xFB39E5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 39 and E5. RGB value is (251,57,229). Sum of RGB (Red+Green+Blue) = 251+57+229=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 57 (22.66% from 255 or 10.61% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB39E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB39E5 is #04C61A. Grayscale: #868686. Windows color (decimal): -312859 or 15022587. OLE color: 15022587.
HSL color Cylindrical-coordinate representation of color #FB39E5: hue angle of 306.8º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB39E5 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 229 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.02 |
| HSL | 306.8º | 0.96% | 0.6% | - |
| HSV(B) | 306.8º | 0.77% | 0.98% | - |
| XYZ | 55.39 | 29.09 | 76.82 | - |
| YUV | 134.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 229 | 0 | 0.77 | 0.09 | 0.02 | 306.8 | 0.96 | 0.6 |
| Hex | FB | 39 | E5 | 0 | 4D | 9 | 2 | 133 | 60 | 3C |
| Octal | 373 | 71 | 345 | 0 | 115 | 11 | 2 | 463 | 140 | 74 |
| Binary | 11111011 | 111001 | 11100101 | 0 | 1001101 | 1001 | 10 | 100110011 | 1100000 | 111100 |
Color Harmonies of #FB39E5
Complementary color
Monochromatic Colors of #FB39E5
Black with #FB39E5
Text Example
Text Example
White with #FB39E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB39E5; }
p { color: rgb(251,57,229); }
H1.HeaderClassName
{
color: #FB39E5;
}
.AnyTagClassName
{
color: #FB39E5;
}
</style>
background-color css
<style>
a { background-color: #FB39E5; }
a { background-color: rgb(251,57,229); }
div.DivClassName
{
background-color: #FB39E5;
}
.BgClassName
{
background-color: #FB39E5;
}
</style>
border-color css
<style>
span { border-color: #FB39E5; }
span { border-color: rgb(251,57,229); }
td.TdClassName
{
border-color: #FB39E5;
}
.TagClassName
{
border-color: #FB39E5;
}
</style>