Shades of Razzle Dazzle Rose #FF31F7
Tints of Razzle Dazzle Rose #FF31F7
RGB
CMYK
RGB Variations
Color information
#FF31F7 (or 0xFF31F7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 31 and F7. RGB value is (255,49,247). Sum of RGB (Red+Green+Blue) = 255+49+247=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 49 (19.53% from 255 or 8.89% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF31F7 is #00CE08. Grayscale: #848484. Windows color (decimal): -52745 or 16200191. OLE color: 16200191.
HSL color Cylindrical-coordinate representation of color #FF31F7: hue angle of 302.33º 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 #FF31F7 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 247 | - |
| CMYK | 0 | 0.81 | 0.03 | 0 |
| HSL | 302.33º | 1% | 0.6% | - |
| HSV(B) | 302.33º | 0.81% | 1% | - |
| XYZ | 59.13 | 30.17 | 90.7 | - |
| YUV | 133.17 | 192.25 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 247 | 0 | 0.81 | 0.03 | 0 | 302.33 | 1 | 0.6 |
| Hex | FF | 31 | F7 | 0 | 51 | 3 | 0 | 12E | 64 | 3C |
| Octal | 377 | 61 | 367 | 0 | 121 | 3 | 0 | 456 | 144 | 74 |
| Binary | 11111111 | 110001 | 11110111 | 0 | 1010001 | 11 | 0 | 100101110 | 1100100 | 111100 |
Color Harmonies of #FF31F7
Complementary color
Monochromatic Colors of #FF31F7
Black with #FF31F7
Text Example
Text Example
White with #FF31F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31F7; }
p { color: rgb(255,49,247); }
H1.HeaderClassName
{
color: #FF31F7;
}
.AnyTagClassName
{
color: #FF31F7;
}
</style>
background-color css
<style>
a { background-color: #FF31F7; }
a { background-color: rgb(255,49,247); }
div.DivClassName
{
background-color: #FF31F7;
}
.BgClassName
{
background-color: #FF31F7;
}
</style>
border-color css
<style>
span { border-color: #FF31F7; }
span { border-color: rgb(255,49,247); }
td.TdClassName
{
border-color: #FF31F7;
}
.TagClassName
{
border-color: #FF31F7;
}
</style>