Shades of Razzle Dazzle Rose #FF31EF
Tints of Razzle Dazzle Rose #FF31EF
RGB
CMYK
RGB Variations
Color information
#FF31EF (or 0xFF31EF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 31 and EF. RGB value is (255,49,239). Sum of RGB (Red+Green+Blue) = 255+49+239=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 49 (19.53% from 255 or 9.02% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF31EF is #00CE10. Grayscale: #838383. Windows color (decimal): -52753 or 15675903. OLE color: 15675903.
HSL color Cylindrical-coordinate representation of color #FF31EF: hue angle of 304.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF31EF is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 239 | - |
| CMYK | 0 | 0.81 | 0.06 | 0 |
| HSL | 304.66º | 1% | 0.6% | - |
| HSV(B) | 304.66º | 0.81% | 1% | - |
| XYZ | 57.92 | 29.69 | 84.34 | - |
| YUV | 132.25 | 188.25 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 239 | 0 | 0.81 | 0.06 | 0 | 304.66 | 1 | 0.6 |
| Hex | FF | 31 | EF | 0 | 51 | 6 | 0 | 131 | 64 | 3C |
| Octal | 377 | 61 | 357 | 0 | 121 | 6 | 0 | 461 | 144 | 74 |
| Binary | 11111111 | 110001 | 11101111 | 0 | 1010001 | 110 | 0 | 100110001 | 1100100 | 111100 |
Color Harmonies of #FF31EF
Complementary color
Monochromatic Colors of #FF31EF
Black with #FF31EF
Text Example
Text Example
White with #FF31EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31EF; }
p { color: rgb(255,49,239); }
H1.HeaderClassName
{
color: #FF31EF;
}
.AnyTagClassName
{
color: #FF31EF;
}
</style>
background-color css
<style>
a { background-color: #FF31EF; }
a { background-color: rgb(255,49,239); }
div.DivClassName
{
background-color: #FF31EF;
}
.BgClassName
{
background-color: #FF31EF;
}
</style>
border-color css
<style>
span { border-color: #FF31EF; }
span { border-color: rgb(255,49,239); }
td.TdClassName
{
border-color: #FF31EF;
}
.TagClassName
{
border-color: #FF31EF;
}
</style>