#F47AC5

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

Shades of Persian Pink #F47AC5

Tints of Persian Pink #F47AC5

Color information

#F47AC5 (or 0xF47AC5) is unknown color: approx Persian Pink. HEX triplet: F4, 7A and C5. RGB value is (244,122,197). Sum of RGB (Red+Green+Blue) = 244+122+197=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AC5 is #0B853A. Grayscale: #A6A6A6. Windows color (decimal): -755003 or 12942068. OLE color: 12942068.

HSL color Cylindrical-coordinate representation of color #F47AC5: hue angle of 323.11º 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 #F47AC5 is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB244122197-
CMYK00.50.190.04
HSL323.11º84.72%71.76%-
HSV(B)323.11º50%95.69%-
XYZ54.3537.1857.14-
YUV167.03144.92182.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.34%
GREEN value IS 122 (48.05% from 255) = 21.67%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=43.34%
G=21.67%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412219700.50.190.04323.1184.7271.76
HexF47AC50321341435548
Octal364172305062234503125110
Binary1111010011110101100010101100101001110010100001110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47AC5; }

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

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

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

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

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

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

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

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