Shades of Persian Rose #F71D9D
Tints of Persian Rose #F71D9D
RGB
CMYK
RGB Variations
Color information
#F71D9D (or 0xF71D9D) is known color: Persian Rose. HEX triplet: F7, 1D and 9D. RGB value is (247,29,157). Sum of RGB (Red+Green+Blue) = 247+29+157=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71D9D is #08E262. Grayscale: #6C6C6C. Windows color (decimal): -582243 or 10296823. OLE color: 10296823.
HSL color Cylindrical-coordinate representation of color #F71D9D: hue angle of 324.77º 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 #F71D9D is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 157 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.03 |
| HSL | 324.77º | 0.93% | 0.54% | - |
| HSV(B) | 324.77º | 0.88% | 0.97% | - |
| XYZ | 44.88 | 23.09 | 33.99 | - |
| YUV | 108.77 | 155.22 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 157 | 0 | 0.88 | 0.36 | 0.03 | 324.77 | 0.93 | 0.54 |
| Hex | F7 | 1D | 9D | 0 | 58 | 24 | 3 | 145 | 5D | 36 |
| Octal | 367 | 35 | 235 | 0 | 130 | 44 | 3 | 505 | 135 | 66 |
| Binary | 11110111 | 11101 | 10011101 | 0 | 1011000 | 100100 | 11 | 101000101 | 1011101 | 110110 |
Color Harmonies of #F71D9D
Complementary color
Monochromatic Colors of #F71D9D
Black with #F71D9D
Text Example
Text Example
White with #F71D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D9D; }
p { color: rgb(247,29,157); }
H1.HeaderClassName
{
color: #F71D9D;
}
.AnyTagClassName
{
color: #F71D9D;
}
</style>
background-color css
<style>
a { background-color: #F71D9D; }
a { background-color: rgb(247,29,157); }
div.DivClassName
{
background-color: #F71D9D;
}
.BgClassName
{
background-color: #F71D9D;
}
</style>
border-color css
<style>
span { border-color: #F71D9D; }
span { border-color: rgb(247,29,157); }
td.TdClassName
{
border-color: #F71D9D;
}
.TagClassName
{
border-color: #F71D9D;
}
</style>