Shades of Persian Rose #F730A9
Tints of Persian Rose #F730A9
RGB
CMYK
RGB Variations
Color information
#F730A9 (or 0xF730A9) is known color: Persian Rose. HEX triplet: F7, 30 and A9. RGB value is (247,48,169). Sum of RGB (Red+Green+Blue) = 247+48+169=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F730A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F730A9 is #08CF56. Grayscale: #797979. Windows color (decimal): -577367 or 11088119. OLE color: 11088119.
HSL color Cylindrical-coordinate representation of color #F730A9: hue angle of 323.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F730A9 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 169 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.03 |
| HSL | 323.52º | 0.93% | 0.58% | - |
| HSV(B) | 323.52º | 0.81% | 0.97% | - |
| XYZ | 46.58 | 24.75 | 39.86 | - |
| YUV | 121.3 | 154.93 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 169 | 0 | 0.81 | 0.32 | 0.03 | 323.52 | 0.93 | 0.58 |
| Hex | F7 | 30 | A9 | 0 | 51 | 20 | 3 | 144 | 5D | 3A |
| Octal | 367 | 60 | 251 | 0 | 121 | 40 | 3 | 504 | 135 | 72 |
| Binary | 11110111 | 110000 | 10101001 | 0 | 1010001 | 100000 | 11 | 101000100 | 1011101 | 111010 |
Color Harmonies of #F730A9
Complementary color
Monochromatic Colors of #F730A9
Black with #F730A9
Text Example
Text Example
White with #F730A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730A9; }
p { color: rgb(247,48,169); }
H1.HeaderClassName
{
color: #F730A9;
}
.AnyTagClassName
{
color: #F730A9;
}
</style>
background-color css
<style>
a { background-color: #F730A9; }
a { background-color: rgb(247,48,169); }
div.DivClassName
{
background-color: #F730A9;
}
.BgClassName
{
background-color: #F730A9;
}
</style>
border-color css
<style>
span { border-color: #F730A9; }
span { border-color: rgb(247,48,169); }
td.TdClassName
{
border-color: #F730A9;
}
.TagClassName
{
border-color: #F730A9;
}
</style>