#FA87B4

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

Shades of Persian Pink #FA87B4

Tints of Persian Pink #FA87B4

Color information

#FA87B4 (or 0xFA87B4) is unknown color: approx Persian Pink. HEX triplet: FA, 87 and B4. RGB value is (250,135,180). Sum of RGB (Red+Green+Blue) = 250+135+180=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87B4 is #05784B. Grayscale: #AEAEAE. Windows color (decimal): -358476 or 11831290. OLE color: 11831290.

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

Color convert

RGB250135180-
CMYK00.460.280.02
HSL336.52º92%75.49%-
HSV(B)336.52º46%98.04%-
XYZ56.3340.9548.11-
YUV174.52131.1181.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 135 (53.12% from 255) = 23.89%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=44.25%
G=23.89%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013518000.460.280.02336.529275.49
HexFA87B402E1C21515c4b
Octal372207264056342521134113
Binary1111101010000111101101000101110111001010101000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87B4; }

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

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

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

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

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

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

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

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