#F72EA4

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

Shades of Persian Rose #F72EA4

Tints of Persian Rose #F72EA4

Color information

#F72EA4 (or 0xF72EA4) is unknown color: approx Persian Rose. HEX triplet: F7, 2E and A4. RGB value is (247,46,164). Sum of RGB (Red+Green+Blue) = 247+46+164=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F72EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72EA4 is #08D15B. Grayscale: #777777. Windows color (decimal): -577884 or 10759927. OLE color: 10759927.

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

Color convert

RGB24746164-
CMYK00.810.340.03
HSL324.78º92.63%57.45%-
HSV(B)324.78º81.38%96.86%-
XYZ46.0424.4137.41-
YUV119.55153.09218.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 46 (18.36% from 255) = 10.07%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=54.05%
G=10.07%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474616400.810.340.03324.7892.6357.45
HexF72EA40512231455d39
Octal36756244012142350513571
Binary111101111011101010010001010001100010111010001011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72EA4; }

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

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

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

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

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

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

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

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