#f71ea0

Color #F71EA0 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F71EA0

Tints of Persian Rose #F71EA0

Color information

#F71EA0 (or 0xF71EA0) is unknown color: approx Persian Rose. HEX triplet: F7, 1E and A0. RGB value is (247,30,160). Sum of RGB (Red+Green+Blue) = 247+30+160=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71EA0 is #08E15F. Grayscale: #6D6D6D. Windows color (decimal): -581984 or 10493687. OLE color: 10493687.

HSL color Cylindrical-coordinate representation of color #F71EA0: hue angle of 324.06º 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 #F71EA0 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB24730160-
CMYK00.880.350.03
HSL324.06º93.13%54.31%-
HSV(B)324.06º87.85%96.86%-
XYZ45.1723.2435.36-
YUV109.7156.39225.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 56.52%
GREEN value IS 30 (12.11% from 255) = 6.86%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=56.52%
G=6.86%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473016000.880.350.03324.0693.1354.31
HexF71EA00582331445d36
Octal36736240013043350413566
Binary11110111111101010000001011000100011111010001001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f71ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f71ea0; }

 p { color: rgb(247,30,160); }

 H1.HeaderClassName
 {
   color: #f71ea0;
 }
 .AnyTagClassName
 {
   color: #f71ea0;
 }
</style>
background-color css

<style>
 a { background-color: #f71ea0; }

 a { background-color: rgb(247,30,160); }

 div.DivClassName
 {
   background-color: #f71ea0;
 }
 .BgClassName
 {
   background-color: #f71ea0;
 }
</style>
border-color css

<style>
 span { border-color: #f71ea0; }

 span { border-color: rgb(247,30,160); }

 td.TdClassName
 {
   border-color: #f71ea0;
 }
 .TagClassName
 {
   border-color: #f71ea0;
 }
</style>