#FA85B7

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

Shades of Persian Pink #FA85B7

Tints of Persian Pink #FA85B7

Color information

#FA85B7 (or 0xFA85B7) is unknown color: approx Persian Pink. HEX triplet: FA, 85 and B7. RGB value is (250,133,183). Sum of RGB (Red+Green+Blue) = 250+133+183=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85B7 is #057A48. Grayscale: #ADADAD. Windows color (decimal): -358985 or 12027386. OLE color: 12027386.

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

Color convert

RGB250133183-
CMYK00.470.270.02
HSL334.36º92.13%75.1%-
HSV(B)334.36º46.8%98.04%-
XYZ56.3640.5249.65-
YUV173.68133.26182.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 183 (71.88% from 255) = 32.33%
R=44.17%
G=23.50%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013318300.470.270.02334.3692.1375.1
HexFA85B702F1B214e5c4b
Octal372205267057332516134113
Binary1111101010000101101101110101111110111010100111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85B7; }

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

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

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

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

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

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

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

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