Shades of Razzle Dazzle Rose #F731C9
Tints of Razzle Dazzle Rose #F731C9
RGB
CMYK
RGB Variations
Color information
#F731C9 (or 0xF731C9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and C9. RGB value is (247,49,201). Sum of RGB (Red+Green+Blue) = 247+49+201=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F731C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731C9 is #08CE36. Grayscale: #7D7D7D. Windows color (decimal): -577079 or 13185527. OLE color: 13185527.
HSL color Cylindrical-coordinate representation of color #F731C9: hue angle of 313.94º 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 #F731C9 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 201 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.03 |
| HSL | 313.94º | 0.93% | 0.58% | - |
| HSV(B) | 313.94º | 0.8% | 0.97% | - |
| XYZ | 50 | 26.19 | 57.68 | - |
| YUV | 125.53 | 170.6 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 201 | 0 | 0.80 | 0.19 | 0.03 | 313.94 | 0.93 | 0.58 |
| Hex | F7 | 31 | C9 | 0 | 50 | 13 | 3 | 13A | 5D | 3A |
| Octal | 367 | 61 | 311 | 0 | 120 | 23 | 3 | 472 | 135 | 72 |
| Binary | 11110111 | 110001 | 11001001 | 0 | 1010000 | 10011 | 11 | 100111010 | 1011101 | 111010 |
Color Harmonies of #F731C9
Complementary color
Monochromatic Colors of #F731C9
Black with #F731C9
Text Example
Text Example
White with #F731C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731C9; }
p { color: rgb(247,49,201); }
H1.HeaderClassName
{
color: #F731C9;
}
.AnyTagClassName
{
color: #F731C9;
}
</style>
background-color css
<style>
a { background-color: #F731C9; }
a { background-color: rgb(247,49,201); }
div.DivClassName
{
background-color: #F731C9;
}
.BgClassName
{
background-color: #F731C9;
}
</style>
border-color css
<style>
span { border-color: #F731C9; }
span { border-color: rgb(247,49,201); }
td.TdClassName
{
border-color: #F731C9;
}
.TagClassName
{
border-color: #F731C9;
}
</style>