#FA7ABB

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

Shades of Persian Pink #FA7ABB

Tints of Persian Pink #FA7ABB

Color information

#FA7ABB (or 0xFA7ABB) is unknown color: approx Persian Pink. HEX triplet: FA, 7A and BB. RGB value is (250,122,187). Sum of RGB (Red+Green+Blue) = 250+122+187=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ABB is #058544. Grayscale: #A7A7A7. Windows color (decimal): -361797 or 12286714. OLE color: 12286714.

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

Color convert

RGB250122187-
CMYK00.510.250.02
HSL329.53º92.75%72.94%-
HSV(B)329.53º51.2%98.04%-
XYZ55.3537.8351.4-
YUV167.68138.91186.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 122 (48.05% from 255) = 21.82%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=44.72%
G=21.82%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012218700.510.250.02329.5392.7572.94
HexFA7ABB03319214a5d49
Octal372172273063312512135111
Binary111110101111010101110110110011110011010100101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7ABB; }

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

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

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

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

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

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

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

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