#FA7ABF

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

Shades of Persian Pink #FA7ABF

Tints of Persian Pink #FA7ABF

Color information

#FA7ABF (or 0xFA7ABF) is unknown color: approx Persian Pink. HEX triplet: FA, 7A and BF. RGB value is (250,122,191). Sum of RGB (Red+Green+Blue) = 250+122+191=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ABF is #058540. Grayscale: #A7A7A7. Windows color (decimal): -361793 or 12548858. OLE color: 12548858.

HSL color Cylindrical-coordinate representation of color #FA7ABF: hue angle of 327.66º 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 #FA7ABF is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250122191-
CMYK00.510.240.02
HSL327.66º92.75%72.94%-
HSV(B)327.66º51.2%98.04%-
XYZ55.793853.69-
YUV168.14140.91186.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 122 (48.05% from 255) = 21.67%
BLUE value IS 191 (75% from 255) = 33.93%
R=44.40%
G=21.67%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012219100.510.240.02327.6692.7572.94
HexFA7ABF0331821485d49
Octal372172277063302510135111
Binary111110101111010101111110110011110001010100100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7ABF; }

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

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

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

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

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

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

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

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