Shades of Persian Rose #F71EA2
Tints of Persian Rose #F71EA2
RGB
CMYK
RGB Variations
Color information
#F71EA2 (or 0xF71EA2) is known color: Persian Rose. HEX triplet: F7, 1E and A2. RGB value is (247,30,162). Sum of RGB (Red+Green+Blue) = 247+30+162=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71EA2 is #08E15D. Grayscale: #6D6D6D. Windows color (decimal): -581982 or 10624759. OLE color: 10624759.
HSL color Cylindrical-coordinate representation of color #F71EA2: hue angle of 323.5º 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 #F71EA2 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 162 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.03 |
| HSL | 323.5º | 0.93% | 0.54% | - |
| HSV(B) | 323.5º | 0.88% | 0.97% | - |
| XYZ | 45.34 | 23.31 | 36.29 | - |
| YUV | 109.93 | 157.39 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 162 | 0 | 0.88 | 0.34 | 0.03 | 323.5 | 0.93 | 0.54 |
| Hex | F7 | 1E | A2 | 0 | 58 | 22 | 3 | 144 | 5D | 36 |
| Octal | 367 | 36 | 242 | 0 | 130 | 42 | 3 | 504 | 135 | 66 |
| Binary | 11110111 | 11110 | 10100010 | 0 | 1011000 | 100010 | 11 | 101000100 | 1011101 | 110110 |
Color Harmonies of #F71EA2
Complementary color
Monochromatic Colors of #F71EA2
Black with #F71EA2
Text Example
Text Example
White with #F71EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EA2; }
p { color: rgb(247,30,162); }
H1.HeaderClassName
{
color: #F71EA2;
}
.AnyTagClassName
{
color: #F71EA2;
}
</style>
background-color css
<style>
a { background-color: #F71EA2; }
a { background-color: rgb(247,30,162); }
div.DivClassName
{
background-color: #F71EA2;
}
.BgClassName
{
background-color: #F71EA2;
}
</style>
border-color css
<style>
span { border-color: #F71EA2; }
span { border-color: rgb(247,30,162); }
td.TdClassName
{
border-color: #F71EA2;
}
.TagClassName
{
border-color: #F71EA2;
}
</style>