Shades of Persian Rose #F730A8
Tints of Persian Rose #F730A8
RGB
CMYK
RGB Variations
Color information
#F730A8 (or 0xF730A8) is known color: Persian Rose. HEX triplet: F7, 30 and A8. RGB value is (247,48,168). Sum of RGB (Red+Green+Blue) = 247+48+168=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F730A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F730A8 is #08CF57. Grayscale: #787878. Windows color (decimal): -577368 or 11022583. OLE color: 11022583.
HSL color Cylindrical-coordinate representation of color #F730A8: hue angle of 323.82º 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 #F730A8 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 168 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.03 |
| HSL | 323.82º | 0.93% | 0.58% | - |
| HSV(B) | 323.82º | 0.81% | 0.97% | - |
| XYZ | 46.48 | 24.72 | 39.37 | - |
| YUV | 121.18 | 154.43 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 168 | 0 | 0.81 | 0.32 | 0.03 | 323.82 | 0.93 | 0.58 |
| Hex | F7 | 30 | A8 | 0 | 51 | 20 | 3 | 144 | 5D | 3A |
| Octal | 367 | 60 | 250 | 0 | 121 | 40 | 3 | 504 | 135 | 72 |
| Binary | 11110111 | 110000 | 10101000 | 0 | 1010001 | 100000 | 11 | 101000100 | 1011101 | 111010 |
Color Harmonies of #F730A8
Complementary color
Monochromatic Colors of #F730A8
Black with #F730A8
Text Example
Text Example
White with #F730A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730A8; }
p { color: rgb(247,48,168); }
H1.HeaderClassName
{
color: #F730A8;
}
.AnyTagClassName
{
color: #F730A8;
}
</style>
background-color css
<style>
a { background-color: #F730A8; }
a { background-color: rgb(247,48,168); }
div.DivClassName
{
background-color: #F730A8;
}
.BgClassName
{
background-color: #F730A8;
}
</style>
border-color css
<style>
span { border-color: #F730A8; }
span { border-color: rgb(247,48,168); }
td.TdClassName
{
border-color: #F730A8;
}
.TagClassName
{
border-color: #F730A8;
}
</style>