#F772BA

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

Shades of Persian Pink #F772BA

Tints of Persian Pink #F772BA

Color information

#F772BA (or 0xF772BA) is unknown color: approx Persian Pink. HEX triplet: F7, 72 and BA. RGB value is (247,114,186). Sum of RGB (Red+Green+Blue) = 247+114+186=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F772BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772BA is #088D45. Grayscale: #A1A1A1. Windows color (decimal): -560454 or 12219127. OLE color: 12219127.

HSL color Cylindrical-coordinate representation of color #F772BA: hue angle of 327.52º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772BA is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247114186-
CMYK00.540.250.03
HSL327.52º89.26%70.78%-
HSV(B)327.52º53.85%96.86%-
XYZ53.2435.3550.47-
YUV161.98141.56188.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.16%
GREEN value IS 114 (44.92% from 255) = 20.84%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=45.16%
G=20.84%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711418600.540.250.03327.5289.2670.78
HexF772BA0361931485947
Octal367162272066313510131107
Binary111101111110010101110100110110110011110100100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F772BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F772BA; }

 p { color: rgb(247,114,186); }

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

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

 a { background-color: rgb(247,114,186); }

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

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

 span { border-color: rgb(247,114,186); }

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