Shades of Persian Rose #F727A0
Tints of Persian Rose #F727A0
RGB
CMYK
RGB Variations
Color information
#F727A0 (or 0xF727A0) is known color: Persian Rose. HEX triplet: F7, 27 and A0. RGB value is (247,39,160). Sum of RGB (Red+Green+Blue) = 247+39+160=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F727A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F727A0 is #08D85F. Grayscale: #727272. Windows color (decimal): -579680 or 10495991. OLE color: 10495991.
HSL color Cylindrical-coordinate representation of color #F727A0: hue angle of 325.1º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F727A0 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 39 | 160 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.03 |
| HSL | 325.1º | 0.93% | 0.56% | - |
| HSV(B) | 325.1º | 0.84% | 0.97% | - |
| XYZ | 45.43 | 23.76 | 35.45 | - |
| YUV | 114.99 | 153.41 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 160 | 0 | 0.84 | 0.35 | 0.03 | 325.1 | 0.93 | 0.56 |
| Hex | F7 | 27 | A0 | 0 | 54 | 23 | 3 | 145 | 5D | 38 |
| Octal | 367 | 47 | 240 | 0 | 124 | 43 | 3 | 505 | 135 | 70 |
| Binary | 11110111 | 100111 | 10100000 | 0 | 1010100 | 100011 | 11 | 101000101 | 1011101 | 111000 |
Color Harmonies of #F727A0
Complementary color
Monochromatic Colors of #F727A0
Black with #F727A0
Text Example
Text Example
White with #F727A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F727A0; }
p { color: rgb(247,39,160); }
H1.HeaderClassName
{
color: #F727A0;
}
.AnyTagClassName
{
color: #F727A0;
}
</style>
background-color css
<style>
a { background-color: #F727A0; }
a { background-color: rgb(247,39,160); }
div.DivClassName
{
background-color: #F727A0;
}
.BgClassName
{
background-color: #F727A0;
}
</style>
border-color css
<style>
span { border-color: #F727A0; }
span { border-color: rgb(247,39,160); }
td.TdClassName
{
border-color: #F727A0;
}
.TagClassName
{
border-color: #F727A0;
}
</style>