Shades of Persian Rose #F731AB
Tints of Persian Rose #F731AB
RGB
CMYK
RGB Variations
Color information
#F731AB (or 0xF731AB) is known color: Persian Rose. HEX triplet: F7, 31 and AB. RGB value is (247,49,171). Sum of RGB (Red+Green+Blue) = 247+49+171=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F731AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F731AB is #08CE54. Grayscale: #797979. Windows color (decimal): -577109 or 11219447. OLE color: 11219447.
HSL color Cylindrical-coordinate representation of color #F731AB: hue angle of 323.03º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F731AB is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 171 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.03 |
| HSL | 323.03º | 0.93% | 0.58% | - |
| HSV(B) | 323.03º | 0.8% | 0.97% | - |
| XYZ | 46.81 | 24.91 | 40.87 | - |
| YUV | 122.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 171 | 0 | 0.80 | 0.31 | 0.03 | 323.03 | 0.93 | 0.58 |
| Hex | F7 | 31 | AB | 0 | 50 | 1F | 3 | 143 | 5D | 3A |
| Octal | 367 | 61 | 253 | 0 | 120 | 37 | 3 | 503 | 135 | 72 |
| Binary | 11110111 | 110001 | 10101011 | 0 | 1010000 | 11111 | 11 | 101000011 | 1011101 | 111010 |
Color Harmonies of #F731AB
Complementary color
Monochromatic Colors of #F731AB
Black with #F731AB
Text Example
Text Example
White with #F731AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731AB; }
p { color: rgb(247,49,171); }
H1.HeaderClassName
{
color: #F731AB;
}
.AnyTagClassName
{
color: #F731AB;
}
</style>
background-color css
<style>
a { background-color: #F731AB; }
a { background-color: rgb(247,49,171); }
div.DivClassName
{
background-color: #F731AB;
}
.BgClassName
{
background-color: #F731AB;
}
</style>
border-color css
<style>
span { border-color: #F731AB; }
span { border-color: rgb(247,49,171); }
td.TdClassName
{
border-color: #F731AB;
}
.TagClassName
{
border-color: #F731AB;
}
</style>