#F47ABF

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

Shades of Persian Pink #F47ABF

Tints of Persian Pink #F47ABF

Color information

#F47ABF (or 0xF47ABF) is unknown color: approx Persian Pink. HEX triplet: F4, 7A and BF. RGB value is (244,122,191). Sum of RGB (Red+Green+Blue) = 244+122+191=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ABF is #0B8540. Grayscale: #A6A6A6. Windows color (decimal): -755009 or 12548852. OLE color: 12548852.

HSL color Cylindrical-coordinate representation of color #F47ABF: hue angle of 326.07º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47ABF is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244122191-
CMYK00.50.220.04
HSL326.07º84.72%71.76%-
HSV(B)326.07º50%95.69%-
XYZ53.6736.9153.59-
YUV166.34141.92183.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 191 (75% from 255) = 34.29%
R=43.81%
G=21.90%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412219100.50.220.04326.0784.7271.76
HexF47ABF0321641465548
Octal364172277062264506125110
Binary1111010011110101011111101100101011010010100011010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47ABF; }

 p { color: rgb(244,122,191); }

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

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

 a { background-color: rgb(244,122,191); }

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

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

 span { border-color: rgb(244,122,191); }

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