#F72EA3

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

Shades of Persian Rose #F72EA3

Tints of Persian Rose #F72EA3

Color information

#F72EA3 (or 0xF72EA3) is unknown color: approx Persian Rose. HEX triplet: F7, 2E and A3. RGB value is (247,46,163). Sum of RGB (Red+Green+Blue) = 247+46+163=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F72EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72EA3 is #08D15C. Grayscale: #777777. Windows color (decimal): -577885 or 10694391. OLE color: 10694391.

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

Color convert

RGB24746163-
CMYK00.810.340.03
HSL325.07º92.63%57.45%-
HSV(B)325.07º81.38%96.86%-
XYZ45.9524.3736.93-
YUV119.44152.59218.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.17%
GREEN value IS 46 (18.36% from 255) = 10.09%
BLUE value IS 163 (64.06% from 255) = 35.75%
R=54.17%
G=10.09%
B=35.75%

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
Decimal2474616300.810.340.03325.0792.6357.45
HexF72EA30512231455d39
Octal36756243012142350513571
Binary111101111011101010001101010001100010111010001011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72EA3; }

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

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

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

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

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

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

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

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