Shades of Persian Rose #F71E9D
Tints of Persian Rose #F71E9D
RGB
CMYK
RGB Variations
Color information
#F71E9D (or 0xF71E9D) is known color: Persian Rose. HEX triplet: F7, 1E and 9D. RGB value is (247,30,157). Sum of RGB (Red+Green+Blue) = 247+30+157=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71E9D is #08E162. Grayscale: #6D6D6D. Windows color (decimal): -581987 or 10297079. OLE color: 10297079.
HSL color Cylindrical-coordinate representation of color #F71E9D: hue angle of 324.88º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E9D is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 157 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.03 |
| HSL | 324.88º | 0.93% | 0.54% | - |
| HSV(B) | 324.88º | 0.88% | 0.97% | - |
| XYZ | 44.91 | 23.14 | 34 | - |
| YUV | 109.36 | 154.89 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 157 | 0 | 0.88 | 0.36 | 0.03 | 324.88 | 0.93 | 0.54 |
| Hex | F7 | 1E | 9D | 0 | 58 | 24 | 3 | 145 | 5D | 36 |
| Octal | 367 | 36 | 235 | 0 | 130 | 44 | 3 | 505 | 135 | 66 |
| Binary | 11110111 | 11110 | 10011101 | 0 | 1011000 | 100100 | 11 | 101000101 | 1011101 | 110110 |
Color Harmonies of #F71E9D
Complementary color
Monochromatic Colors of #F71E9D
Black with #F71E9D
Text Example
Text Example
White with #F71E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E9D; }
p { color: rgb(247,30,157); }
H1.HeaderClassName
{
color: #F71E9D;
}
.AnyTagClassName
{
color: #F71E9D;
}
</style>
background-color css
<style>
a { background-color: #F71E9D; }
a { background-color: rgb(247,30,157); }
div.DivClassName
{
background-color: #F71E9D;
}
.BgClassName
{
background-color: #F71E9D;
}
</style>
border-color css
<style>
span { border-color: #F71E9D; }
span { border-color: rgb(247,30,157); }
td.TdClassName
{
border-color: #F71E9D;
}
.TagClassName
{
border-color: #F71E9D;
}
</style>