Shades of Razzle Dazzle Rose #F731D7
Tints of Razzle Dazzle Rose #F731D7
RGB
CMYK
RGB Variations
Color information
#F731D7 (or 0xF731D7) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and D7. RGB value is (247,49,215). Sum of RGB (Red+Green+Blue) = 247+49+215=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F731D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731D7 is #08CE28. Grayscale: #7E7E7E. Windows color (decimal): -577065 or 14103031. OLE color: 14103031.
HSL color Cylindrical-coordinate representation of color #F731D7: hue angle of 309.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F731D7 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 215 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.03 |
| HSL | 309.7º | 0.93% | 0.58% | - |
| HSV(B) | 309.7º | 0.8% | 0.97% | - |
| XYZ | 51.72 | 26.88 | 66.75 | - |
| YUV | 127.13 | 177.6 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 215 | 0 | 0.80 | 0.13 | 0.03 | 309.7 | 0.93 | 0.58 |
| Hex | F7 | 31 | D7 | 0 | 50 | D | 3 | 136 | 5D | 3A |
| Octal | 367 | 61 | 327 | 0 | 120 | 15 | 3 | 466 | 135 | 72 |
| Binary | 11110111 | 110001 | 11010111 | 0 | 1010000 | 1101 | 11 | 100110110 | 1011101 | 111010 |
Color Harmonies of #F731D7
Complementary color
Monochromatic Colors of #F731D7
Black with #F731D7
Text Example
Text Example
White with #F731D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731D7; }
p { color: rgb(247,49,215); }
H1.HeaderClassName
{
color: #F731D7;
}
.AnyTagClassName
{
color: #F731D7;
}
</style>
background-color css
<style>
a { background-color: #F731D7; }
a { background-color: rgb(247,49,215); }
div.DivClassName
{
background-color: #F731D7;
}
.BgClassName
{
background-color: #F731D7;
}
</style>
border-color css
<style>
span { border-color: #F731D7; }
span { border-color: rgb(247,49,215); }
td.TdClassName
{
border-color: #F731D7;
}
.TagClassName
{
border-color: #F731D7;
}
</style>