#FA87B7

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

Shades of Persian Pink #FA87B7

Tints of Persian Pink #FA87B7

Color information

#FA87B7 (or 0xFA87B7) is unknown color: approx Persian Pink. HEX triplet: FA, 87 and B7. RGB value is (250,135,183). Sum of RGB (Red+Green+Blue) = 250+135+183=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87B7 is #057848. Grayscale: #AEAEAE. Windows color (decimal): -358473 or 12027898. OLE color: 12027898.

HSL color Cylindrical-coordinate representation of color #FA87B7: hue angle of 334.96º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA87B7 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250135183-
CMYK00.460.270.02
HSL334.96º92%75.49%-
HSV(B)334.96º46%98.04%-
XYZ56.6441.0749.74-
YUV174.86132.6181.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 135 (53.12% from 255) = 23.77%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=44.01%
G=23.77%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013518300.460.270.02334.969275.49
HexFA87B702E1B214f5c4b
Octal372207267056332517134113
Binary1111101010000111101101110101110110111010100111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87B7; }

 p { color: rgb(250,135,183); }

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

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

 a { background-color: rgb(250,135,183); }

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

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

 span { border-color: rgb(250,135,183); }

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