Shades of Razzle Dazzle Rose #FF31CE
Tints of Razzle Dazzle Rose #FF31CE
RGB
CMYK
RGB Variations
Color information
#FF31CE (or 0xFF31CE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 31 and CE. RGB value is (255,49,206). Sum of RGB (Red+Green+Blue) = 255+49+206=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31CE is #00CE31. Grayscale: #808080. Windows color (decimal): -52786 or 13513215. OLE color: 13513215.
HSL color Cylindrical-coordinate representation of color #FF31CE: hue angle of 314.27º 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 #FF31CE is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 206 | - |
| CMYK | 0 | 0.81 | 0.19 | 0 |
| HSL | 314.27º | 1% | 0.6% | - |
| HSV(B) | 314.27º | 0.81% | 1% | - |
| XYZ | 53.48 | 27.91 | 60.96 | - |
| YUV | 128.49 | 171.75 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 206 | 0 | 0.81 | 0.19 | 0 | 314.27 | 1 | 0.6 |
| Hex | FF | 31 | CE | 0 | 51 | 13 | 0 | 13A | 64 | 3C |
| Octal | 377 | 61 | 316 | 0 | 121 | 23 | 0 | 472 | 144 | 74 |
| Binary | 11111111 | 110001 | 11001110 | 0 | 1010001 | 10011 | 0 | 100111010 | 1100100 | 111100 |
Color Harmonies of #FF31CE
Complementary color
Monochromatic Colors of #FF31CE
Black with #FF31CE
Text Example
Text Example
White with #FF31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31CE; }
p { color: rgb(255,49,206); }
H1.HeaderClassName
{
color: #FF31CE;
}
.AnyTagClassName
{
color: #FF31CE;
}
</style>
background-color css
<style>
a { background-color: #FF31CE; }
a { background-color: rgb(255,49,206); }
div.DivClassName
{
background-color: #FF31CE;
}
.BgClassName
{
background-color: #FF31CE;
}
</style>
border-color css
<style>
span { border-color: #FF31CE; }
span { border-color: rgb(255,49,206); }
td.TdClassName
{
border-color: #FF31CE;
}
.TagClassName
{
border-color: #FF31CE;
}
</style>