#F72EA5

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

Shades of Persian Rose #F72EA5

Tints of Persian Rose #F72EA5

Color information

#F72EA5 (or 0xF72EA5) is unknown color: approx Persian Rose. HEX triplet: F7, 2E and A5. RGB value is (247,46,165). Sum of RGB (Red+Green+Blue) = 247+46+165=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F72EA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72EA5 is #08D15A. Grayscale: #777777. Windows color (decimal): -577883 or 10825463. OLE color: 10825463.

HSL color Cylindrical-coordinate representation of color #F72EA5: hue angle of 324.48º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72EA5 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB24746165-
CMYK00.810.330.03
HSL324.48º92.63%57.45%-
HSV(B)324.48º81.38%96.86%-
XYZ46.1324.4437.88-
YUV119.66153.59218.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.93%
GREEN value IS 46 (18.36% from 255) = 10.04%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=53.93%
G=10.04%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474616500.810.330.03324.4892.6357.45
HexF72EA50512131445d39
Octal36756245012141350413571
Binary111101111011101010010101010001100001111010001001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72EA5; }

 p { color: rgb(247,46,165); }

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

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

 a { background-color: rgb(247,46,165); }

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

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

 span { border-color: rgb(247,46,165); }

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