Shades of Razzle Dazzle Rose #FF31C6
Tints of Razzle Dazzle Rose #FF31C6
RGB
CMYK
RGB Variations
Color information
#FF31C6 (or 0xFF31C6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 31 and C6. RGB value is (255,49,198). Sum of RGB (Red+Green+Blue) = 255+49+198=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31C6 is #00CE39. Grayscale: #7F7F7F. Windows color (decimal): -52794 or 12988927. OLE color: 12988927.
HSL color Cylindrical-coordinate representation of color #FF31C6: hue angle of 316.6º 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 #FF31C6 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 198 | - |
| CMYK | 0 | 0.81 | 0.22 | 0 |
| HSL | 316.6º | 1% | 0.6% | - |
| HSV(B) | 316.6º | 0.81% | 1% | - |
| XYZ | 52.53 | 27.53 | 55.97 | - |
| YUV | 127.58 | 167.75 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 198 | 0 | 0.81 | 0.22 | 0 | 316.6 | 1 | 0.6 |
| Hex | FF | 31 | C6 | 0 | 51 | 16 | 0 | 13D | 64 | 3C |
| Octal | 377 | 61 | 306 | 0 | 121 | 26 | 0 | 475 | 144 | 74 |
| Binary | 11111111 | 110001 | 11000110 | 0 | 1010001 | 10110 | 0 | 100111101 | 1100100 | 111100 |
Color Harmonies of #FF31C6
Complementary color
Monochromatic Colors of #FF31C6
Black with #FF31C6
Text Example
Text Example
White with #FF31C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31C6; }
p { color: rgb(255,49,198); }
H1.HeaderClassName
{
color: #FF31C6;
}
.AnyTagClassName
{
color: #FF31C6;
}
</style>
background-color css
<style>
a { background-color: #FF31C6; }
a { background-color: rgb(255,49,198); }
div.DivClassName
{
background-color: #FF31C6;
}
.BgClassName
{
background-color: #FF31C6;
}
</style>
border-color css
<style>
span { border-color: #FF31C6; }
span { border-color: rgb(255,49,198); }
td.TdClassName
{
border-color: #FF31C6;
}
.TagClassName
{
border-color: #FF31C6;
}
</style>