#F47AB7

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

Shades of Persian Pink #F47AB7

Tints of Persian Pink #F47AB7

Color information

#F47AB7 (or 0xF47AB7) is unknown color: approx Persian Pink. HEX triplet: F4, 7A and B7. RGB value is (244,122,183). Sum of RGB (Red+Green+Blue) = 244+122+183=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AB7 is #0B8548. Grayscale: #A5A5A5. Windows color (decimal): -755017 or 12024564. OLE color: 12024564.

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

Color convert

RGB244122183-
CMYK00.50.250.04
HSL330º84.72%71.76%-
HSV(B)330º50%95.69%-
XYZ52.8236.5749.08-
YUV165.43137.92184.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.44%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412218300.50.250.0433084.7271.76
HexF47AB703219414a5548
Octal364172267062314512125110
Binary1111010011110101011011101100101100110010100101010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47AB7; }

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

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

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

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

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

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

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

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