#FA7AB9

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

Shades of Persian Pink #FA7AB9

Tints of Persian Pink #FA7AB9

Color information

#FA7AB9 (or 0xFA7AB9) is unknown color: approx Persian Pink. HEX triplet: FA, 7A and B9. RGB value is (250,122,185). Sum of RGB (Red+Green+Blue) = 250+122+185=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AB9 is #058546. Grayscale: #A7A7A7. Windows color (decimal): -361799 or 12155642. OLE color: 12155642.

HSL color Cylindrical-coordinate representation of color #FA7AB9: hue angle of 330.47º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7AB9 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250122185-
CMYK00.510.260.02
HSL330.47º92.75%72.94%-
HSV(B)330.47º51.2%98.04%-
XYZ55.1437.7550.28-
YUV167.45137.91186.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=44.88%
G=21.90%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012218500.510.260.02330.4792.7572.94
HexFA7AB90331A214a5d49
Octal372172271063322512135111
Binary111110101111010101110010110011110101010100101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7AB9; }

 p { color: rgb(250,122,185); }

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

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

 a { background-color: rgb(250,122,185); }

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

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

 span { border-color: rgb(250,122,185); }

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