Shades of Persian Rose #F730A7
Tints of Persian Rose #F730A7
RGB
CMYK
RGB Variations
Color information
#F730A7 (or 0xF730A7) is known color: Persian Rose. HEX triplet: F7, 30 and A7. RGB value is (247,48,167). Sum of RGB (Red+Green+Blue) = 247+48+167=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F730A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F730A7 is #08CF58. Grayscale: #787878. Windows color (decimal): -577369 or 10957047. OLE color: 10957047.
HSL color Cylindrical-coordinate representation of color #F730A7: hue angle of 324.12º 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 #F730A7 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 167 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.03 |
| HSL | 324.12º | 0.93% | 0.58% | - |
| HSV(B) | 324.12º | 0.81% | 0.97% | - |
| XYZ | 46.39 | 24.68 | 38.88 | - |
| YUV | 121.07 | 153.93 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 167 | 0 | 0.81 | 0.32 | 0.03 | 324.12 | 0.93 | 0.58 |
| Hex | F7 | 30 | A7 | 0 | 51 | 20 | 3 | 144 | 5D | 3A |
| Octal | 367 | 60 | 247 | 0 | 121 | 40 | 3 | 504 | 135 | 72 |
| Binary | 11110111 | 110000 | 10100111 | 0 | 1010001 | 100000 | 11 | 101000100 | 1011101 | 111010 |
Color Harmonies of #F730A7
Complementary color
Monochromatic Colors of #F730A7
Black with #F730A7
Text Example
Text Example
White with #F730A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730A7; }
p { color: rgb(247,48,167); }
H1.HeaderClassName
{
color: #F730A7;
}
.AnyTagClassName
{
color: #F730A7;
}
</style>
background-color css
<style>
a { background-color: #F730A7; }
a { background-color: rgb(247,48,167); }
div.DivClassName
{
background-color: #F730A7;
}
.BgClassName
{
background-color: #F730A7;
}
</style>
border-color css
<style>
span { border-color: #F730A7; }
span { border-color: rgb(247,48,167); }
td.TdClassName
{
border-color: #F730A7;
}
.TagClassName
{
border-color: #F730A7;
}
</style>