#FA85BA

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

Shades of Persian Pink #FA85BA

Tints of Persian Pink #FA85BA

Color information

#FA85BA (or 0xFA85BA) is unknown color: approx Persian Pink. HEX triplet: FA, 85 and BA. RGB value is (250,133,186). Sum of RGB (Red+Green+Blue) = 250+133+186=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85BA is #057A45. Grayscale: #ADADAD. Windows color (decimal): -358982 or 12223994. OLE color: 12223994.

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

Color convert

RGB250133186-
CMYK00.470.260.02
HSL332.82º92.13%75.1%-
HSV(B)332.82º46.8%98.04%-
XYZ56.6740.6451.31-
YUV174.02134.76182.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=43.94%
G=23.37%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013318600.470.260.02332.8292.1375.1
HexFA85BA02F1A214d5c4b
Octal372205272057322515134113
Binary1111101010000101101110100101111110101010100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85BA; }

 p { color: rgb(250,133,186); }

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

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

 a { background-color: rgb(250,133,186); }

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

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

 span { border-color: rgb(250,133,186); }

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