Shades of Persian Rose #F739A8
Tints of Persian Rose #F739A8
RGB
CMYK
RGB Variations
Color information
#F739A8 (or 0xF739A8) is known color: Persian Rose. HEX triplet: F7, 39 and A8. RGB value is (247,57,168). Sum of RGB (Red+Green+Blue) = 247+57+168=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F739A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F739A8 is #08C657. Grayscale: #7E7E7E. Windows color (decimal): -575064 or 11024887. OLE color: 11024887.
HSL color Cylindrical-coordinate representation of color #F739A8: hue angle of 324.95º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F739A8 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 57 | 168 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.03 |
| HSL | 324.95º | 0.92% | 0.6% | - |
| HSV(B) | 324.95º | 0.77% | 0.97% | - |
| XYZ | 46.89 | 25.53 | 39.5 | - |
| YUV | 126.46 | 151.45 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 57 | 168 | 0 | 0.77 | 0.32 | 0.03 | 324.95 | 0.92 | 0.6 |
| Hex | F7 | 39 | A8 | 0 | 4D | 20 | 3 | 145 | 5C | 3C |
| Octal | 367 | 71 | 250 | 0 | 115 | 40 | 3 | 505 | 134 | 74 |
| Binary | 11110111 | 111001 | 10101000 | 0 | 1001101 | 100000 | 11 | 101000101 | 1011100 | 111100 |
Color Harmonies of #F739A8
Complementary color
Monochromatic Colors of #F739A8
Black with #F739A8
Text Example
Text Example
White with #F739A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F739A8; }
p { color: rgb(247,57,168); }
H1.HeaderClassName
{
color: #F739A8;
}
.AnyTagClassName
{
color: #F739A8;
}
</style>
background-color css
<style>
a { background-color: #F739A8; }
a { background-color: rgb(247,57,168); }
div.DivClassName
{
background-color: #F739A8;
}
.BgClassName
{
background-color: #F739A8;
}
</style>
border-color css
<style>
span { border-color: #F739A8; }
span { border-color: rgb(247,57,168); }
td.TdClassName
{
border-color: #F739A8;
}
.TagClassName
{
border-color: #F739A8;
}
</style>