Shades of Persian Rose #F731A7
Tints of Persian Rose #F731A7
RGB
CMYK
RGB Variations
Color information
#F731A7 (or 0xF731A7) is known color: Persian Rose. HEX triplet: F7, 31 and A7. RGB value is (247,49,167). Sum of RGB (Red+Green+Blue) = 247+49+167=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F731A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F731A7 is #08CE58. Grayscale: #797979. Windows color (decimal): -577113 or 10957303. OLE color: 10957303.
HSL color Cylindrical-coordinate representation of color #F731A7: hue angle of 324.24º 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 #F731A7 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 167 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.03 |
| HSL | 324.24º | 0.93% | 0.58% | - |
| HSV(B) | 324.24º | 0.8% | 0.97% | - |
| XYZ | 46.43 | 24.76 | 38.89 | - |
| YUV | 121.65 | 153.6 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 167 | 0 | 0.80 | 0.32 | 0.03 | 324.24 | 0.93 | 0.58 |
| Hex | F7 | 31 | A7 | 0 | 50 | 20 | 3 | 144 | 5D | 3A |
| Octal | 367 | 61 | 247 | 0 | 120 | 40 | 3 | 504 | 135 | 72 |
| Binary | 11110111 | 110001 | 10100111 | 0 | 1010000 | 100000 | 11 | 101000100 | 1011101 | 111010 |
Color Harmonies of #F731A7
Complementary color
Monochromatic Colors of #F731A7
Black with #F731A7
Text Example
Text Example
White with #F731A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731A7; }
p { color: rgb(247,49,167); }
H1.HeaderClassName
{
color: #F731A7;
}
.AnyTagClassName
{
color: #F731A7;
}
</style>
background-color css
<style>
a { background-color: #F731A7; }
a { background-color: rgb(247,49,167); }
div.DivClassName
{
background-color: #F731A7;
}
.BgClassName
{
background-color: #F731A7;
}
</style>
border-color css
<style>
span { border-color: #F731A7; }
span { border-color: rgb(247,49,167); }
td.TdClassName
{
border-color: #F731A7;
}
.TagClassName
{
border-color: #F731A7;
}
</style>